From 30a495bfbfd4566fd0fe2cf5cc03e34001b0e1ed Mon Sep 17 00:00:00 2001 From: srgooglo Date: Fri, 2 Dec 2022 08:57:55 +0100 Subject: [PATCH] bump version --- .corenode.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.corenode.json b/.corenode.json index 034f6fb..3c987a6 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.13.0", + "version": "0.14.0", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index db4bdea..1c79f1a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.13.0", + "version": "0.14.0", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",