From 75f364d52eb547e46f17624d315914a99c6aa797 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sun, 9 Apr 2023 17:50:46 +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 744e48f..c1559f3 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.15.8", + "version": "0.15.9", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 7dcad97..c08092f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.15.8", + "version": "0.15.9", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",