From 231fc0b3f7429c5cd6b6856744fe9449c5c55512 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Fri, 6 May 2022 18:55:37 +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 732ee1b..e0183d7 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.11.12", + "version": "0.11.13", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 832a484..70018e9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.11.12", + "version": "0.11.13", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",