From 5ac4a9e9fc578a60a67edfac99493e341d02f7dd Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 11 May 2023 18:11:09 +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 c1559f3..16209d8 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.15.9", + "version": "0.15.10", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index c08092f..72da20d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.15.9", + "version": "0.15.10", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",