This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git
The following commit(s) were added to refs/heads/master by this push:
new 344c8b4 Move latest version to 0.9.0
344c8b4 is described below
commit 344c8b45dbd095af6ee65de3bd3fafba2b02e207
Author: Antoine Toulme <[email protected]>
AuthorDate: Sat Oct 12 23:44:05 2019 +0900
Move latest version to 0.9.0
---
_data/project.yml | 2 +-
download.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_data/project.yml b/_data/project.yml
index 159c741..aa5b518 100644
--- a/_data/project.yml
+++ b/_data/project.yml
@@ -24,7 +24,7 @@ tagline: Jumpstart your next blockchain application
description: Apache Tuweni is a set of libraries and other tools to aid
development of blockchain and other decentralized software in Java and other
JVM languages.
download: /download
-latest_release: 0.8.2
+latest_release: 0.9.0
dev_list: [email protected]
dev_list_subscribe: [email protected]
diff --git a/download.md b/download.md
index b141b1c..c964ed3 100644
--- a/download.md
+++ b/download.md
@@ -124,12 +124,12 @@ For Maven:
<dependency>
<groupId>org.apache.tuweni</groupId>
<artifactId>tuweni-bytes</artifactId> <!-- swap with the component you want
-->
- <version>0.8.2</version>
+ <version>{{site.data.project.latest_release}}</version>
</dependency>
```
Gradle:
```groovy
-compile 'org.apache.tuweni:tuweni-bytes:0.8.2'
+compile 'org.apache.tuweni:tuweni-bytes:{{site.data.project.latest_release}}'
```
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]