You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/04/26 06:52:52 UTC

[incubator-tuweni] branch master updated: Move master to version 1.1.0

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 279a350  Move master to version 1.1.0
279a350 is described below

commit 279a35005b680d84e3b6bea9a552a080cb65ec2b
Author: Antoine Toulme <to...@apache.org>
AuthorDate: Thu Apr 25 23:52:26 2019 -0700

    Move master to version 1.1.0
---
 README.md    | 4 ++--
 build.gradle | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b5fec7a..c88ef1e 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ With Maven, add this repository with:
 <dependency>
   <groupId>org.apache.tuweni</groupId>
   <artifactId>tuweni</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
 </dependency>
 ```
 
@@ -62,7 +62,7 @@ With gradle:
 maven { url "https://repository.apache.org/snapshots"}
 ```
 
-`compile 'org.apache.tuweni:tuweni:1.0.0-SNAPSHOT'`
+`compile 'org.apache.tuweni:tuweni:1.1.0-SNAPSHOT'`
 
 ## Build Instructions
 
diff --git a/build.gradle b/build.gradle
index bae3c9a..b0de06e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ if (!file("${rootDir}/eth-reference-tests/src/test/resources/eth2.0-tests/README
 //////
 // Version numbering
 
-def versionNumber = '1.0.0'
+def versionNumber = '1.1.0'
 def buildVersion = versionNumber + buildTag()
 
 static String buildTag() {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org