From 74d626f62999fd8a88f9806467b708b1cf3dba7b Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 21:26:29 +0000 Subject: [PATCH] chore: release v1.1.21 --- package-lock.json | 2 +- package.json | 2 +- src/version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 595cba6..a2b2ebb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@icon-community/drogon", - "version": "1.1.20", + "version": "1.1.21", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3d9bb46..8d77d56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@icon-community/drogon", - "version": "1.1.20", + "version": "1.1.21", "description": "Drogon is a robust, lightweight application development framework used for developing, testing, and deploying smart contracts on the ICON blockchain. The core features of the Drogon makes ICON smart contract developers’ life easy by providing support for multiple contract compilations, tests, and deploying on a public and private network.", "main": "./.build/src/index.js", "devDependencies": { diff --git a/src/version.ts b/src/version.ts index 1a57128..07f9762 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const LIB_VERSION = "1.1.20"; +export const LIB_VERSION = "1.1.21";