From 3af2f8ad7c8ee74fbd72532f24af33efce0e22ac Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Tue, 22 May 2018 21:01:40 -0300 Subject: [PATCH] 1.9.1 --- ethpm.json | 2 +- package-lock.json | 2 +- package.json | 2 +- zos.json | 4 ++-- zos.mainnet.json | 4 ++-- zos.rinkeby.json | 4 ++-- zos.ropsten.json | 5 +++-- 7 files changed, 12 insertions(+), 11 deletions(-) diff --git a/ethpm.json b/ethpm.json index 807438c3a..b44da6ca8 100644 --- a/ethpm.json +++ b/ethpm.json @@ -1,6 +1,6 @@ { "package_name": "zeppelin", - "version": "1.9.0", + "version": "1.9.1", "description": "Secure Smart Contract library for Solidity", "authors": [ "Manuel Araoz " diff --git a/package-lock.json b/package-lock.json index f47dc1846..1a81b0f6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openzeppelin-zos", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e9685936d..4d595465a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openzeppelin-zos", - "version": "1.9.0", + "version": "1.9.1", "description": "Secure Smart Contract library for Solidity", "files": [ "contracts", diff --git a/zos.json b/zos.json index 7fc81ada1..b357baaf2 100644 --- a/zos.json +++ b/zos.json @@ -1,6 +1,6 @@ { "name": "openzeppelin-zos", - "version": "1.9.0", + "version": "1.9.1", "contracts": { "DetailedMintableToken": "DetailedMintableToken", "DetailedPremintedToken": "DetailedPremintedToken", @@ -10,4 +10,4 @@ "SplitPayment": "SplitPayment" }, "lib": true -} \ No newline at end of file +} diff --git a/zos.mainnet.json b/zos.mainnet.json index a6fcd01dc..9f73e2432 100644 --- a/zos.mainnet.json +++ b/zos.mainnet.json @@ -33,5 +33,5 @@ "provider": { "address": "0x8500768509c476fc32477e5510aea608c42dd3a6" }, - "version": "1.9.0" -} \ No newline at end of file + "version": "1.9.1" +} diff --git a/zos.rinkeby.json b/zos.rinkeby.json index a0e7c7eca..fd7b32277 100644 --- a/zos.rinkeby.json +++ b/zos.rinkeby.json @@ -33,5 +33,5 @@ "provider": { "address": "0x35de7ba3457f9ec93b5b9f05b47c2515ea6255f3" }, - "version": "1.9.0" -} \ No newline at end of file + "version": "1.9.1" +} diff --git a/zos.ropsten.json b/zos.ropsten.json index 8f1cc41b3..c0b5a8333 100644 --- a/zos.ropsten.json +++ b/zos.ropsten.json @@ -25,12 +25,13 @@ "bytecodeHash": "5baf52008954818f59f903fbdcae7c437a4d473e98a10053847598fe29fb37cc" } }, + "lib": true, + "frozen": true, "package": { "address": "0x22137ecc8483e4c2a86969d867c54babf5a6a184" }, "provider": { "address": "0x4e7134170fa8548134f942ea74679dce05c1d13e" }, - "frozen": true, - "version": "1.9.0" + "version": "1.9.1" }