From 96c213bdc36dc845b9ff4694e1612bad45ff66c9 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 15 Nov 2021 14:21: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 0dba6ee..e8eec9c 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.8.3", + "version": "0.8.4", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index bb525c2..37ee563 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.8.3", + "version": "0.8.4", "description": "A simple, fast, and powerful API interface library", "author": "RageStudio", "main": "dist/index.js",