Skip to content

Commit

Permalink
bump version to 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Aug 30, 2018
1 parent a9fb294 commit c9104b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# aion_api
aion network api repository

Lastest version: 0.1.11
Lastest version: 0.1.12

Notice:

Expand Down
3 changes: 3 additions & 0 deletions changeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
New Updates (most recent on top)

Aion Java API v0.1.12
- support macOS High Sierra

Aion Java API v0.1.11
- update lib dependency
- add JavaDoc in the build script
Expand Down
2 changes: 1 addition & 1 deletion src/org/aion/api/IAionAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public interface IAionAPI {
* Default LOCALHOST_URL "tcp://127.0.0.1:8547"
*/
String LOCALHOST_URL = "tcp://127.0.0.1:8547";
String VERSION = "0.1.11";
String VERSION = "0.1.12";

static IAionAPI init() {
return AionAPIImpl.inst();
Expand Down

0 comments on commit c9104b4

Please sign in to comment.