From 92e66f066cb287d76f22f06e1284451c9c1b1934 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 21 Feb 2022 10:22:08 +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 a8916a1..5f9e579 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.10.6", + "version": "0.10.7", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 1e9e3cc..437af9e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.10.6", + "version": "0.10.7", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",