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

Commit f369743

Browse files
authored
Merge pull request #158 from kwek20/1.0.0-beta5
Version updated to 1.0.0-beta5
2 parents 1061d99 + de8af80 commit f369743

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
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-beta4'
72+
compile 'com.github.iotaledger:iota-java:1.0.0-beta5'
7373
}
7474
```
7575
@@ -96,7 +96,7 @@ To download the IOTA Java client library and its dependencies, you can use one o
9696
```
9797
9898
3. Change the value of the `<version>` tag to either a release number or the first 10 characters of a Git commit hash:
99-
`<version>51adea1b25</version>` or `<version>1.0.0-beta4</version>`
99+
`<version>e4fd314b3e</version>` or `<version>1.0.0-beta5</version>`
100100
101101
**Note:** Find the latest version on the [Jitpack](https://jitpack.io/#iotaledger/iota-java) page.
102102
@@ -178,6 +178,7 @@ We have a list of test cases on the [`src/test/java` directory][tests] that you
178178
A good starter is the [`IotaAPITest` case](https://github.com/iotaledger/iota-java/blob/master/jota/src/test/java/jota/IotaAPITest.java).
179179

180180
## Change logs:
181+
- Changes in [**1.0.0-beta5**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta4...1.0.0-beta5)
181182
- Changes in [**1.0.0-beta4**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta3...1.0.0-beta4)
182183
- Changes in [**1.0.0-beta3**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta2...1.0.0-beta3)
183184
- Changes in [**1.0.0-beta2**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta1...1.0.0-beta2)

jota/pom.xml

Lines changed: 1 addition & 1 deletion
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-beta4</version>
8+
<version>1.0.0-beta5</version>
99
</parent>
1010

1111
<name>JOTA : Library</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.iota</groupId>
66
<artifactId>jota-parent</artifactId>
7-
<version>1.0.0-beta4</version>
7+
<version>1.0.0-beta5</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>

0 commit comments

Comments
 (0)