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

Commit

Permalink
Merge pull request #158 from kwek20/1.0.0-beta5
Browse files Browse the repository at this point in the history
Version updated to 1.0.0-beta5
  • Loading branch information
kwek20 authored Apr 11, 2019
2 parents 1061d99 + de8af80 commit f369743
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ To download the IOTA Java client library and its dependencies, you can use one o
```gradle
dependencies {
compile 'com.github.iotaledger:iota-java:1.0.0-beta4'
compile 'com.github.iotaledger:iota-java:1.0.0-beta5'
}
```
Expand All @@ -96,7 +96,7 @@ To download the IOTA Java client library and its dependencies, you can use one o
```
3. Change the value of the `<version>` tag to either a release number or the first 10 characters of a Git commit hash:
`<version>51adea1b25</version>` or `<version>1.0.0-beta4</version>`
`<version>e4fd314b3e</version>` or `<version>1.0.0-beta5</version>`
**Note:** Find the latest version on the [Jitpack](https://jitpack.io/#iotaledger/iota-java) page.
Expand Down Expand Up @@ -178,6 +178,7 @@ We have a list of test cases on the [`src/test/java` directory][tests] that you
A good starter is the [`IotaAPITest` case](https://github.com/iotaledger/iota-java/blob/master/jota/src/test/java/jota/IotaAPITest.java).

## Change logs:
- Changes in [**1.0.0-beta5**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta4...1.0.0-beta5)
- Changes in [**1.0.0-beta4**](https://github.com/iotaledger/iota-java/compare/1.0.0-beta3...1.0.0-beta4)
- 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)
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-beta4</version>
<version>1.0.0-beta5</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-beta4</version>
<version>1.0.0-beta5</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 f369743

Please # to comment.