From 2d8dc980af1fd0ed2b1dcf431fe69d6a9c2e58c9 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Wed, 23 Feb 2022 13:56:33 +0100 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 8f7efc1..304d7b2 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.10.13", + "version": "0.10.14", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index bb4f4c7..4fd5bad 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.10.13", + "version": "0.10.14", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",