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

Commit a2a7bc0

Browse files
committed
1.0.0-beta3 pre-release
1 parent a98de8e commit a2a7bc0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ allprojects {
5656
Add this in your module `build.gradle` file:
5757
```gradle
5858
dependencies {
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
```
8484
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>`
8786
Or 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)

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-beta2</version>
8+
<version>1.0.0-beta3</version>
99
</parent>
1010

1111
<name>JOTA : Library</name>

pom.xml

+1-1
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-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>

0 commit comments

Comments
 (0)