This repository was archived by the owner on Jun 7, 2023. It is now read-only.
File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ allprojects {
56
56
Add this in your module ` build.gradle ` file:
57
57
``` gradle
58
58
dependencies {
59
- compile 'com.github.iotaledger:iota-java:1.0.0-beta2 '
59
+ compile 'com.github.iotaledger:iota-java:1.0.0-beta3 '
60
60
}
61
61
```
62
62
@@ -82,8 +82,7 @@ Add this in your module `pom.xml` file:
82
82
</dependency >
83
83
```
84
84
For 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> `
87
86
Or check it out at [ Jitpack] ( https://jitpack.io/#iotaledger/iota-java ) for more specific information
88
87
89
88
### Manual
@@ -233,7 +232,9 @@ The following third party library dependencies and versions are used by the IOTA
233
232
- [ Legion of the Bouncy Castle] ( https://www.bouncycastle.org/java.html ) Java cryptography APIs: ` 1.58 `
234
233
235
234
## 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 )
237
238
- Changes in [ ** v0.9.10** ] ( https://github.com/iotaledger/iota-java/compare/v0.9.6...0.9.10 )
238
239
- Changes in [ ** v0.9.6** ] ( https://github.com/iotaledger/iota-java/compare/v0.9.5...v0.9.6 )
239
240
- 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 5
5
<parent >
6
6
<groupId >org.iota</groupId >
7
7
<artifactId >jota-parent</artifactId >
8
- <version >1.0.0-beta2 </version >
8
+ <version >1.0.0-beta3 </version >
9
9
</parent >
10
10
11
11
<name >JOTA : Library</name >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.iota</groupId >
6
6
<artifactId >jota-parent</artifactId >
7
- <version >1.0.0-beta2 </version >
7
+ <version >1.0.0-beta3 </version >
8
8
<packaging >pom</packaging >
9
9
<name >JOTA</name >
10
10
<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