From 50c6335a32920cb67de49fc3b30ddc1ecf2f5aa5 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Tue, 4 Apr 2023 14:01: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 24e1e36..744e48f 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.15.7", + "version": "0.15.8", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 69ba0f5..7dcad97 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.15.7", + "version": "0.15.8", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",