From cba8d7bc7edb7fd6acdda647c5f9333846bda247 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 27 Sep 2021 10:36:34 +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 f146592..d574d97 100644 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.6.1", + "version": "0.6.2", "fixedMainScript": "./index.js" } diff --git a/package.json b/package.json index 2a3f19d..1a85736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.6.1", + "version": "0.6.2", "description": "A simple, fast, and powerful API interface library", "author": "RageStudio", "main": "dist/index.js",