@@ -69,7 +69,7 @@ To download the IOTA Java client library and its dependencies, you can use one o
69
69
70
70
```gradle
71
71
dependencies {
72
- compile 'com.github.iotaledger:iota-java:1.0.0-beta7 '
72
+ compile 'com.github.iotaledger:iota-java:1.0.0-beta8 '
73
73
}
74
74
```
75
75
@@ -81,7 +81,7 @@ To download the IOTA Java client library and its dependencies, you can use one o
81
81
<groupId>org.iota</groupId>
82
82
<artifactId>jota</artifactId>
83
83
<classifier>jar-with-dependencies</classifier>
84
- <version>1.0.0-beta7 </version>
84
+ <version>1.0.0-beta8 </version>
85
85
</dependency>
86
86
```
87
87
@@ -107,7 +107,7 @@ To download the IOTA Java client library and its dependencies, you can use one o
107
107
```
108
108
109
109
3. Change the value of the `<version>` tag to either a release number or the first 10 characters of a Git commit hash:
110
- `<version>efdc784d8a9ef</version>` or `<version>1.0.0-beta7 </version>`
110
+ `<version>efdc784d8a9ef</version>` or `<version>1.0.0-beta8 </version>`
111
111
112
112
**Note:** Find the latest version on the [Jitpack](https://jitpack.io/#iotaledger/iota-java) page.
113
113
@@ -246,6 +246,7 @@ System.out.println("broadcasted bundle with tail tx hash: " + bundle.get(0));
246
246
```
247
247
248
248
## Change logs:
249
+ - Changes in [ ** 1.0.0-beta8** ] ( https://github.com/iotaledger/iota-java/compare/1.0.0-beta7...1.0.0-beta8 )
249
250
- Changes in [ ** 1.0.0-beta7** ] ( https://github.com/iotaledger/iota-java/compare/1.0.0-beta6...1.0.0-beta7 )
250
251
- Changes in [ ** 1.0.0-beta6** ] ( https://github.com/iotaledger/iota-java/compare/1.0.0-beta5...1.0.0-beta6 )
251
252
- Changes in [ ** 1.0.0-beta5** ] ( https://github.com/iotaledger/iota-java/compare/1.0.0-beta4...1.0.0-beta5 )
0 commit comments