From 1b0ebc8fe4e3586a5d1ee017fda0b1e2734f8559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?0=25=20=5B=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20?= =?UTF-8?q?=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20?= =?UTF-8?q?=E2=96=88=5D=20100=25?= Date: Tue, 16 Jun 2026 15:26:22 -0500 Subject: [PATCH] Updated the version info --- Peercord Source/package.json | 2 +- Peercord Source/public/version.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Peercord Source/package.json b/Peercord Source/package.json index 38da9f5..30b6791 100644 --- a/Peercord Source/package.json +++ b/Peercord Source/package.json @@ -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", diff --git a/Peercord Source/public/version.js b/Peercord Source/public/version.js index 0d9403e..d3e6761 100644 --- a/Peercord Source/public/version.js +++ b/Peercord Source/public/version.js @@ -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%)';