Skip to content

Commit

Permalink
bumped to 0.9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
branaway committed Mar 13, 2016
1 parent 30e69a5 commit a9534c0
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="classes.play" value="tmp/classes.play" />
<property name="src.japidplay" value="src.japidplay" />
<property name="src.japid" value="src.japid" />
<property name="version" value="0.9.6"/> <!-- match with JapidRenderer -->
<property name="version" value="0.9.6.1"/> <!-- match with JapidRenderer -->

<path id="project.classpath">
<pathelement path="${play.path}/framework/classes" />
Expand Down
Binary file renamed lib/japid-0.9.6.jar → dist-lib/japid-0.9.6.1.jar
Binary file not shown.
Binary file modified dist-lib/japid-0.9.6.jar
Binary file not shown.
Binary file not shown.
Binary file added lib/japid-0.9.6.1.jar
Binary file not shown.
Binary file added lib/japidplay-0.9.6.1.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Bing Ran<[email protected]>

Latest version: 0.9.6
Latest version: 0.9.6.1

* Links:

Expand Down Expand Up @@ -50,7 +50,7 @@ repositories:

* Version History:

2016/3/11: V0.9.6:
2016/3/11: version: 0.9.6.1:
1. bug: absolute reverse lookup for websocket (WS) protocol failed.
2016/3/11: V0.9.6:
1. bug: get methods reverse lookup not working for AutoPath generated routes.
Expand Down
2 changes: 1 addition & 1 deletion src.japid/cn/bran/japid/template/JapidRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import cn.bran.japid.util.StackTraceUtils;

public class JapidRenderer {
public static final String VERSION = "0.9.6"; // XXX need to match that in the build.xml
public static final String VERSION = "0.9.6.1"; // XXX need to match that in the build.xml

static AmmendableScheduledExecutor saveJapidClassesService = new AmmendableScheduledExecutor();

Expand Down

0 comments on commit a9534c0

Please sign in to comment.