From 050396d7ccc319000f91539eb5c2b91aeb27100f Mon Sep 17 00:00:00 2001 From: toniya-klaytn <100742846+toniya-klaytn@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:38:31 +0800 Subject: [PATCH] update package.json version for release --- contracts/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/package.json b/contracts/package.json index ea26a338e00..e2d0dc92054 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,7 +1,7 @@ { "name": "@klaytn/contracts", "description": "Secure Smart Contract library for Solidity", - "version": "1.0.4", + "version": "1.0.5", "files": [ "**/*.sol", "/build/contracts/*.json", diff --git a/package.json b/package.json index 53e35e7ef63..b703b933b97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@klaytn/contracts", "description": "Secure Smart Contract library for Solidity", - "version": "1.0.4", + "version": "1.0.5", "files": [ "/contracts/**/*.sol", "/build/contracts/*.json",