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 Feb 19, 2018
1 parent 2c38591 commit 87f224c
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 @@ -83,7 +83,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.2.1</version>
<version>0.2.2</version>
</dependency>
```

Expand All @@ -95,7 +95,7 @@ repositories {
}
dependencies {
compile 'com.defano.jmonet:jmonet:0.2.1'
compile 'com.defano.jmonet:jmonet:0.2.2'
}
```

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.2.2</version>
<version>0.2.3</version>

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

0 comments on commit 87f224c

Please sign in to comment.