From ab66f31ccb6280b40f64f607984c5af21c35cd1d Mon Sep 17 00:00:00 2001 From: srgooglo Date: Thu, 5 May 2022 09:54:34 +0200 Subject: [PATCH] bump version --- .corenode.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.corenode.json b/.corenode.json index 304d7b2..13bf1a8 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.10.14", + "version": "0.11.0", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 7901e90..8c878f6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.10.14", + "version": "0.11.0", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js", @@ -33,4 +33,4 @@ "corenode": "^0.28.26", "mocha": "^9.1.3" } -} \ No newline at end of file +}