Skip to content

Commit

Permalink
prepare 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Jun 6, 2014
1 parent d24fc56 commit a6ae0a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.2
co.paralleluniverse:capsule:0.5.0

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.5.0-SNAPSHOT"
version = "0.5.0"
status = "integration"
description = "Simple Java deployment"
ext.url = "https://github.com/puniverse/capsule"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/Capsule.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public final class Capsule implements Runnable {
* We do a lot of data transformations that would have really benefitted from Java 8's lambdas and streams,
* but we want Capsule to support Java 7.
*/
private static final String VERSION = "0.4.2";
private static final String VERSION = "0.5.0";

private static final String PROP_RESET = "capsule.reset";
private static final String PROP_VERSION = "capsule.version";
Expand Down

0 comments on commit a6ae0a3

Please sign in to comment.