From 6c7a218716a8de758ad34543301f958f0826fe09 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 9 Apr 2025 21:05:07 +0000 Subject: [PATCH] bump version & update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b347ef..87451a2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "comty.js", - "version": "0.62.1", + "version": "0.63.0", "main": "./dist/index.js", "description": "Official Comty API for JavaScript", "homepage": "https://github.com/ragestudio/comty.js", @@ -18,7 +18,7 @@ "js-cookie": "^3.0.5", "jsonwebtoken": "^9.0.0", "jwt-decode": "^4.0.0", - "linebridge-client": "^1.0.0", + "linebridge-client": "^1.1.0", "luxon": "^3.6.0", "socket.io-client": "^4.8.1" },