From 28aa57072e340fdf7aa563c023d6332e9faf1abe Mon Sep 17 00:00:00 2001 From: srgooglo Date: Tue, 5 Oct 2021 10:10:29 +0200 Subject: [PATCH] bump version --- .corenode.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.corenode.json b/.corenode.json index 3a9bdab..16071ad 100644 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.6.3", + "version": "0.7.0", "fixedMainScript": "./index.js" } diff --git a/package.json b/package.json index 1f12f39..0a514ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.6.3", + "version": "0.7.0", "description": "A simple, fast, and powerful API interface library", "author": "RageStudio", "main": "dist/index.js", @@ -36,4 +36,4 @@ "devDependencies": { "express-fileupload": "^1.2.1" } -} \ No newline at end of file +}