From e32d3323bdb06758481d74bb71c4ebe2a7ec9129 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Fri, 9 Sep 2022 15:12:33 +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 dadf3ff..e17d03b 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.12.4", + "version": "0.12.5", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index b3abe1a..1d684d2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.12.4", + "version": "0.12.5", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",