From afa05b3bfc94bba37c7c48b79412e30eb3fa3dd4 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Thu, 29 Sep 2022 21:00:15 +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 742ea81..034f6fb 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.12.8", + "version": "0.13.0", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 8b8e4e2..db4bdea 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.12.8", + "version": "0.13.0", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js", @@ -35,4 +35,4 @@ "corenode": "^0.28.26", "mocha": "^9.1.3" } -} \ No newline at end of file +}