Skip to content

Commit

Permalink
prepare 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed May 7, 2014
1 parent ea96014 commit 0342cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ With Capsule, you just distribute a single JAR and run it.

or:

co.paralleluniverse:capsule:0.3.0
co.paralleluniverse:capsule:0.3.1

On Maven Central.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ targetCompatibility = '1.7'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

group = "co.paralleluniverse"
version = "0.3.0"
version = "0.3.1"
status = "integration"
description = "Simple Java deployment"
ext.url = "http://puniverse.github.com/java-launcher"
Expand Down

0 comments on commit 0342cdf

Please sign in to comment.