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%)';