Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 8c52a6e

Browse files
author
Brord van Wierst
committed
up version to 1.0.0-beta8
1 parent 0e7f8cd commit 8c52a6e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To download the IOTA Java client library and its dependencies, you can use one o
6969
7070
```gradle
7171
dependencies {
72-
compile 'com.github.iotaledger:iota-java:1.0.0-beta7'
72+
compile 'com.github.iotaledger:iota-java:1.0.0-beta8'
7373
}
7474
```
7575
@@ -81,7 +81,7 @@ To download the IOTA Java client library and its dependencies, you can use one o
8181
<groupId>org.iota</groupId>
8282
<artifactId>jota</artifactId>
8383
<classifier>jar-with-dependencies</classifier>
84-
<version>1.0.0-beta7</version>
84+
<version>1.0.0-beta8</version>
8585
</dependency>
8686
```
8787
@@ -107,7 +107,7 @@ To download the IOTA Java client library and its dependencies, you can use one o
107107
```
108108
109109
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>`
111111
112112
**Note:** Find the latest version on the [Jitpack](https://jitpack.io/#iotaledger/iota-java) page.
113113
@@ -246,6 +246,7 @@ System.out.println("broadcasted bundle with tail tx hash: " + bundle.get(0));
246246
```
247247

248248
## Change logs:
249+
- Changes in [**1.0.0-beta8**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta7...1.0.0-beta8)
249250
- Changes in [**1.0.0-beta7**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta6...1.0.0-beta7)
250251
- Changes in [**1.0.0-beta6**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta5...1.0.0-beta6)
251252
- Changes in [**1.0.0-beta5**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta4...1.0.0-beta5)

jota/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.iota</groupId>
77
<artifactId>jota-parent</artifactId>
8-
<version>1.0.0-beta7</version>
8+
<version>1.0.0-beta8</version>
99
</parent>
1010

1111
<name>JOTA : Library</name>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.iota</groupId>
77
<artifactId>jota-parent</artifactId>
8-
<version>1.0.0-beta7</version>
8+
<version>1.0.0-beta8</version>
99
<packaging>pom</packaging>
1010
<name>JOTA</name>
1111
<description>JOTA library is a simple Java wrapper around IOTA Node's JSON-REST HTTP interface.</description>

0 commit comments

Comments
 (0)