Skip to content

Commit

Permalink
bump to version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinludwig committed Oct 4, 2019
1 parent 96bcbbd commit 9c54586
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Add the following dependency to your `pom.xml` file:
<dependency>
<groupId>org.c02e.jpgpj</groupId>
<artifactId>jpgpj</artifactId>
<version>0.7</version>
<version>0.7.1</version>
</dependency>
```

Expand All @@ -215,7 +215,7 @@ Add the following dependency to your `build.gradle` file:
```gradle
dependencies {
...
compile 'org.c02e.jpgpj:jpgpj:0.7'
compile 'org.c02e.jpgpj:jpgpj:0.7.1'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

group = 'org.c02e.jpgpj'
archivesBaseName = 'jpgpj'
version = '0.7'
version = '0.7.1'
description = 'Java Pretty Good Privacy Jig'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion mavenCentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

group = 'org.c02e.jpgpj'
archivesBaseName = 'jpgpj'
version = '0.7'
version = '0.7.1'
description = 'Java Pretty Good Privacy Jig'

repositories {
Expand Down

0 comments on commit 9c54586

Please sign in to comment.