Updated the version info

This commit is contained in:
0% [█ █ █ █ █ █ █ █ █ █] 100% 2026-06-16 15:26:22 -05:00
parent 439791ae4d
commit 1b0ebc8fe4
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "peercord",
"version": "1.0.3",
"version": "1.0.5",
"description": "Peercord, A P2P Discord clone powered by Pear Runtime",
"author": "Mastercodeon",
"main": "index.js",

View File

@ -1,2 +1,2 @@
window.APP_VERSION = '1.0.3';
window.APP_VERSION_COLOR = 'hsl(120, 80%, 60%)';
window.APP_VERSION = '1.0.5';
window.APP_VERSION_COLOR = 'hsl(122, 80%, 60%)';