From fd1f4007c15ed62b6940a45a96e04b5e444ac95a Mon Sep 17 00:00:00 2001 From: srgooglo Date: Tue, 5 Oct 2021 10:22:24 +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 b776f32..90f6841 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.7.1", + "version": "0.7.2", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index df68489..5c7a076 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.7.1", + "version": "0.7.2", "description": "A simple, fast, and powerful API interface library", "author": "RageStudio", "main": "dist/index.js",