From 2b6d7eec404f1faebdb0d055d7f8109686554806 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Fri, 18 Feb 2022 13:09:09 +0100 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 1ac754e..35ac1fd 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.8.7", + "version": "0.10.0", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 56eac8c..6247779 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.8.7", + "version": "0.10.0", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "dist/index.js", @@ -32,4 +32,4 @@ "corenode": "^0.28.26", "mocha": "^9.1.3" } -} \ No newline at end of file +}