From 40eecfac2a1d936ff423dc488865973e8baf26d1 Mon Sep 17 00:00:00 2001 From: arhag Date: Tue, 18 Sep 2018 14:03:23 -0400 Subject: [PATCH 1/2] bump version to 1.3.1 --- CMakeLists.txt | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb45f2227..578a5a467 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(eosio_contracts VERSION 1.3.0) +project(eosio_contracts VERSION 1.3.1) set(EOSIO_DEPENDENCY "1.2") set(EOSIO_CDT_DEPENDENCY "1.2") diff --git a/README.md b/README.md index 2c7e7e160..6412a30b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # eosio.contracts -## Version : 1.3.0 +## Version : 1.3.1 The design of the EOSIO blockchain calls for a number of smart contracts that are run at a privileged permission level in order to support functions such as block producer registration and voting, token staking for CPU and network bandwidth, RAM purchasing, multi-sig, etc. These smart contracts are referred to as the system, token, msig and sudo contracts. @@ -14,8 +14,8 @@ The following unprivileged contract(s) are also part of the system. * [eosio.token](https://github.com/eosio/eosio.contracts/tree/master/eosio.token) Dependencies: -* [eosio v1.2.x](https://github.com/EOSIO/eos/releases/tag/v1.2.4) -* [eosio.cdt v1.2.x](https://github.com/EOSIO/eosio.cdt/releases/tag/v1.2.0) +* [eosio v1.2.x](https://github.com/EOSIO/eos/releases/tag/v1.2.5) +* [eosio.cdt v1.2.x](https://github.com/EOSIO/eosio.cdt/releases/tag/v1.2.1) To build the contracts and the unit tests: * First, ensure that your __eosio__ is compiled to the core symbol for the EOSIO blockchain that intend to deploy to. From 3b63ee3a0d6515bd580acc426d666bdcd1c14672 Mon Sep 17 00:00:00 2001 From: arhag Date: Tue, 18 Sep 2018 17:49:17 -0400 Subject: [PATCH 2/2] bump up eos dependency link in README to latest eos tag with compatible minor version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6412a30b9..02cecc926 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The following unprivileged contract(s) are also part of the system. * [eosio.token](https://github.com/eosio/eosio.contracts/tree/master/eosio.token) Dependencies: -* [eosio v1.2.x](https://github.com/EOSIO/eos/releases/tag/v1.2.5) +* [eosio v1.2.x](https://github.com/EOSIO/eos/releases/tag/v1.2.6) * [eosio.cdt v1.2.x](https://github.com/EOSIO/eosio.cdt/releases/tag/v1.2.1) To build the contracts and the unit tests: