From 01a829c73e0b2cc58305d68a08ec6fc79a4e27ab Mon Sep 17 00:00:00 2001 From: srgooglo Date: Wed, 22 Jun 2022 17:42:19 +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 6dbce0a..3f25e76 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.11.17", + "version": "0.11.18", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index a1c10ce..bd4b98a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.11.17", + "version": "0.11.18", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",