This repository was archived by the owner on Jun 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ allprojects {
5656Add this in your module ` build.gradle ` file:
5757``` gradle
5858dependencies {
59- compile 'com.github.iotaledger:iota-java:1.0.0-beta2 '
59+ compile 'com.github.iotaledger:iota-java:1.0.0-beta3 '
6060}
6161```
6262
@@ -82,8 +82,7 @@ Add this in your module `pom.xml` file:
8282</dependency >
8383```
8484For the [ VERSION_INFORMATION] , you can choose to set it to a release number, or the first 10 characters of a commit hash.
85- ` <version>f3200c8380</version> ` or ` <version>1.0.0-beta2</version> `
86-
85+ ` <version>a98de8ea50</version> ` or ` <version>1.0.0-beta3</version> `
8786Or check it out at [ Jitpack] ( https://jitpack.io/#iotaledger/iota-java ) for more specific information
8887
8988### Manual
@@ -233,7 +232,9 @@ The following third party library dependencies and versions are used by the IOTA
233232- [ Legion of the Bouncy Castle] ( https://www.bouncycastle.org/java.html ) Java cryptography APIs: ` 1.58 `
234233
235234## Changes:
236- - Changes in [ ** v0.9.11** ] ( https://github.com/iotaledger/iota-java/compare/v0.9.6...0.9.11 )
235+ - Changes in [ ** 1.0.0-beta3** ] ( https://github.com/iotaledger/iota-java/compare/1.0.0-beta2...1.0.0-beta3 )
236+ - Changes in [ ** 1.0.0-beta2** ] ( https://github.com/iotaledger/iota-java/compare/1.0.0-beta1...1.0.0-beta2 )
237+ - Changes in [ ** 1.0.0-beta1** ] ( https://github.com/iotaledger/iota-java/compare/0.9.10...1.0.0-beta1 )
237238- Changes in [ ** v0.9.10** ] ( https://github.com/iotaledger/iota-java/compare/v0.9.6...0.9.10 )
238239- Changes in [ ** v0.9.6** ] ( https://github.com/iotaledger/iota-java/compare/v0.9.5...v0.9.6 )
239240- Changes in [ ** v0.9.5** ] ( https://github.com/iotaledger/iota-java/compare/v0.9.4...v0.9.5 )
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.iota</groupId >
77 <artifactId >jota-parent</artifactId >
8- <version >1.0.0-beta2 </version >
8+ <version >1.0.0-beta3 </version >
99 </parent >
1010
1111 <name >JOTA : Library</name >
Original file line number Diff line number Diff line change 44
55 <groupId >org.iota</groupId >
66 <artifactId >jota-parent</artifactId >
7- <version >1.0.0-beta2 </version >
7+ <version >1.0.0-beta3 </version >
88 <packaging >pom</packaging >
99 <name >JOTA</name >
1010 <description >JOTA library is a simple Java wrapper around IOTA Node's JSON-REST HTTP interface.</description >
You can’t perform that action at this time.
0 commit comments