chore: bump version

This commit is contained in:
Paul Makles
2022-01-04 22:47:32 +00:00
parent 271e6cf475
commit 0682b3965b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "revolt.js",
"version": "5.2.2",
"version": "5.2.3",
"main": "dist/index.js",
"repository": "https://github.com/revoltchat/revolt.js",
"author": "Paul Makles <insrt.uk>",
+1 -1
View File
@@ -1,4 +1,4 @@
export const LIBRARY_VERSION = "5.2.2";
export const LIBRARY_VERSION = "5.2.3";
export const defaultConfig = {
apiURL: "https://api.revolt.chat",