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

Commit

Permalink
1.0.0-beta3 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kwek20 committed Dec 10, 2018
1 parent a98de8e commit a2a7bc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ allprojects {
Add this in your module `build.gradle` file:
```gradle
dependencies {
compile 'com.github.iotaledger:iota-java:1.0.0-beta2'
compile 'com.github.iotaledger:iota-java:1.0.0-beta3'
}
```

Expand All @@ -82,8 +82,7 @@ Add this in your module `pom.xml` file:
</dependency>
```
For the [VERSION_INFORMATION], you can choose to set it to a release number, or the first 10 characters of a commit hash.
`<version>f3200c8380</version>` or `<version>1.0.0-beta2</version>`

`<version>a98de8ea50</version>` or `<version>1.0.0-beta3</version>`
Or check it out at [Jitpack](https://jitpack.io/#iotaledger/iota-java) for more specific information

### Manual
Expand Down Expand Up @@ -233,7 +232,9 @@ The following third party library dependencies and versions are used by the IOTA
- [Legion of the Bouncy Castle](https://www.bouncycastle.org/java.html) Java cryptography APIs: `1.58`

## Changes:
- Changes in [**v0.9.11**](https://github.com/iotaledger/iota-java/compare/v0.9.6...0.9.11)
- Changes in [**1.0.0-beta3**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta2...1.0.0-beta3)
- Changes in [**1.0.0-beta2**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta1...1.0.0-beta2)
- Changes in [**1.0.0-beta1**](https://github.com/iotaledger/iota-java/compare/0.9.10...1.0.0-beta1)
- Changes in [**v0.9.10**](https://github.com/iotaledger/iota-java/compare/v0.9.6...0.9.10)
- Changes in [**v0.9.6**](https://github.com/iotaledger/iota-java/compare/v0.9.5...v0.9.6)
- Changes in [**v0.9.5**](https://github.com/iotaledger/iota-java/compare/v0.9.4...v0.9.5)
Expand Down
2 changes: 1 addition & 1 deletion jota/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.iota</groupId>
<artifactId>jota-parent</artifactId>
<version>1.0.0-beta2</version>
<version>1.0.0-beta3</version>
</parent>

<name>JOTA : Library</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.iota</groupId>
<artifactId>jota-parent</artifactId>
<version>1.0.0-beta2</version>
<version>1.0.0-beta3</version>
<packaging>pom</packaging>
<name>JOTA</name>
<description>JOTA library is a simple Java wrapper around IOTA Node's JSON-REST HTTP interface.</description>
Expand Down

0 comments on commit a2a7bc0

Please sign in to comment.