Skip to content

Commit

Permalink
Update version to make a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatWolf committed Oct 2, 2019
1 parent 7ae54a5 commit 4f3e789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = 'A Java distributed system'

group = "ch.icosys"
archivesBaseName = "popjava"
version = "2.0.2"
version = "2.0.3"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"

Expand Down
2 changes: 1 addition & 1 deletion docs/user/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Maven
<dependency>
<groupId>ch.icosys</groupId>
<artifactId>popjava</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</dependency>
Ant
Expand Down

0 comments on commit 4f3e789

Please sign in to comment.