From c172898c428d47377caa83c9ac72fbee93753ca5 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Fri, 27 Jan 2023 00:06:00 +0100 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 50b098c..a55dbe0 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.15.3", + "version": "0.15.4", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 03c67d6..718075f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.15.3", + "version": "0.15.4", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",