From 7dd64bb586aaeac07d6ef06364f4311d3c47c4f4 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Thu, 4 Aug 2022 17:15:57 +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 de4fd78..9a90e2e 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.12.0", + "version": "0.12.1", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index d06c88b..9280876 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.12.0", + "version": "0.12.1", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",