Skip to content

Commit

Permalink
update version to 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed May 6, 2019
1 parent fdeda06 commit e8363da
Show file tree
Hide file tree
Showing 3 changed files with 7 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.15
Lastest version: 0.1.16

Notice:

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

Aion Java API v0.1.16
- Allow users to send zips of multiple Solidity contracts for compilation
- Add a method to retrieve the reward associated with a specific block
- Miscellaneous changes to dependencies and interfaces

Aion Java API v0.1.15
- revise license to MIT
- fixed overflow issue in the Contract decode return value
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 @@ -17,7 +17,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.15";
String VERSION = "0.1.16";

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

0 comments on commit e8363da

Please sign in to comment.