From 064c97e12f5ccce6b2baf7326c3cabe8969c4fa0 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Tue, 25 Jan 2022 11:14:59 +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 edde2e0..1ac754e 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.8.6", + "version": "0.8.7", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 7b01280..5dbdb20 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.8.6", + "version": "0.8.7", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "dist/index.js",