From 5d2f4fc044d87fd189d7a17bb6cbd56e86af02cb Mon Sep 17 00:00:00 2001 From: srgooglo Date: Fri, 6 May 2022 13:33:36 +0200 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 3e180b1..bd10b8d 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.11.7", + "version": "0.11.8", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 1c7481d..1537c12 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.11.7", + "version": "0.11.8", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",