diff --git a/CHANGELOG.md b/CHANGELOG.md index 2004621..a12e2e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Canary +## 1.26.1 * Added high-quality portrait check to Profile Helper * Added option for disabling high-quality portraits * Added cleaner `[quote][/quote]` style for profiles diff --git a/docs/_config.yml b/docs/_config.yml index e8b1a92..02091d0 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -51,7 +51,7 @@ changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md installurl: https://github.com/hearmeneigh/fchat-rising/wiki download: - version: 1.26.0 + version: 1.26.1 url: https://github.com/hearmeneigh/fchat-rising/releases/latest/download/F-Chat-Rising-%PLATFORM_TAIL% diff --git a/electron/package.json b/electron/package.json index 73d628f..aa51167 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.26.0", + "version": "1.26.1", "author": "The F-List Team and Mister Stallion (Esq.)", "description": "F-List.net Chat Client", "main": "main.js", diff --git a/package.json b/package.json index fae5c52..a4d7887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.26.0", + "version": "1.26.1", "author": "The F-List Team and and Mister Stallion (Esq.)", "description": "A heavily modded F-Chat 3.0 client for F-List", "license": "MIT",