From 7ccf34ea38df1461cb9cd81bf1e6145c1464556c Mon Sep 17 00:00:00 2001 From: srgooglo Date: Fri, 24 Sep 2021 08:37:12 +0200 Subject: [PATCH] bump version --- .corenode.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.corenode.json b/.corenode.json index f605865..f146592 100644 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.5.35", + "version": "0.6.1", "fixedMainScript": "./index.js" -} \ No newline at end of file +} diff --git a/package.json b/package.json index 86b80b0..2bf9a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.6.0", + "version": "0.6.1", "description": "A simple, fast, and powerful API interface library", "author": "RageStudio", "main": "dist/index.js", @@ -36,4 +36,4 @@ "cross-env": "^7.0.3", "nodemon": "^2.0.7" } -} \ No newline at end of file +}