From 97a417acd2d884f1a322a927bb6f8041458b3a98 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 18 Oct 2021 09:24:50 +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 d4876c0..3ee99cd 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.8.0", + "version": "0.8.1", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 305ae70..e0eac6f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.8.0", + "version": "0.8.1", "description": "A simple, fast, and powerful API interface library", "author": "RageStudio", "main": "dist/index.js",