diff --git a/CHANGELOG.md b/CHANGELOG.md index f6820d4..285675a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.0.1 +Enabled auto-updates for Windows; MacOS and Linux not supported, sorry! Reviewed security with: * [Electron Security](https://www.electronjs.org/docs/tutorial/security) diff --git a/electron/package.json b/electron/package.json index 684d2b3..aa1e6e2 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.0.0", + "version": "1.0.1", "author": "The F-List Team and Mister Stallion (Esq.)", "description": "F-List.net Chat Client", "main": "main.js",