From 1bf103dab3798980a0889a4729019bebb9f2a7ab Mon Sep 17 00:00:00 2001 From: srgooglo Date: Thu, 26 Jan 2023 20:55:51 +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 396ae10..2cc305d 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.15.1", + "version": "0.15.2", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 23a98c3..d4fa864 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.15.1", + "version": "0.15.2", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",