From 4e1fb104b14d4a805450e7b9cc0f568bd840b7ea Mon Sep 17 00:00:00 2001 From: srgooglo Date: Tue, 28 Sep 2021 12:33:09 +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 d574d97..3a9bdab 100644 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.6.2", + "version": "0.6.3", "fixedMainScript": "./index.js" } diff --git a/package.json b/package.json index 391be17..28f6e8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.6.2", + "version": "0.6.3", "description": "A simple, fast, and powerful API interface library", "author": "RageStudio", "main": "dist/index.js",