From 4073cf658556e1f9338ae18c121500cb64afe8f8 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Fri, 22 Dec 2017 19:50:42 -0300 Subject: [PATCH] v1.5.0 --- ethpm.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ethpm.json b/ethpm.json index 54a171859..4deef2b7c 100644 --- a/ethpm.json +++ b/ethpm.json @@ -1,6 +1,6 @@ { "package_name": "zeppelin", - "version": "1.4.0", + "version": "1.5.0", "description": "Secure Smart Contract library for Solidity", "authors": [ "Manuel Araoz " diff --git a/package.json b/package.json index 8a65e3c24..793afa4cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zeppelin-solidity", - "version": "1.4.0", + "version": "1.5.0", "description": "Secure Smart Contract library for Solidity", "scripts": { "test": "scripts/test.sh",