From 42dd9a44657ba9a6fb02f1cad73d8f4debb1dd6a Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 11 May 2023 18:24:51 +0200 Subject: [PATCH] patch --- .corenode.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.corenode.json b/.corenode.json index a67c6ea..e7862fd 100755 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.15.11", + "version": "0.15.12", "fixedMainScript": "./client/index.js" } diff --git a/package.json b/package.json index 11458a2..4ef7694 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.15.11", + "version": "0.15.12", "description": "A simple, fast, and powerful REST API interface library", "author": "RageStudio", "main": "./dist/client/index.js",