Skip to content

Commit

Permalink
Bumping version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
defano committed Jul 15, 2018
1 parent 9aea7a8 commit 10697d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ JMonet is published to Maven Central; include the library in your Maven project'
<dependency>
<groupId>com.defano.jmonet</groupId>
<artifactId>jmonet</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

Expand All @@ -81,7 +81,7 @@ repositories {
}
dependencies {
compile 'com.defano.jmonet:jmonet:0.3.0'
compile 'com.defano.jmonet:jmonet:0.3.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<packaging>jar</packaging>
<groupId>com.defano.jmonet</groupId>
<artifactId>jmonet</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 10697d7

Please sign in to comment.