From 70009e4d3e7fe7d5aa84312fd765a56021eaf1fd Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sat, 2 Dec 2023 16:43:15 -0800 Subject: [PATCH] upped version --- CHANGELOG.md | 5 ----- docs/_config.yml | 2 +- electron/package.json | 2 +- package.json | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2262d19..401e4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,5 @@ # Changelog -## Canary -* Cleaned up top menu - * Post Ads and Ad Editor have been merged together into My Ads - * Profile Helper now only shows up if you have anything to fix; otherwise the profile helper can be found in the Settings menu - ## 1.25.0 * Added option for switching browsers (Credit: [@greyhoof](https://github.com/greyhoof)) * Fixed broken adblocker diff --git a/docs/_config.yml b/docs/_config.yml index 16b2a51..74834ef 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.24.2 + version: 1.25.0 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 6136b25..95e4858 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.24.2", + "version": "1.25.0", "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 5c9684e..88a148d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.24.2", + "version": "1.25.0", "author": "The F-List Team and and Mister Stallion (Esq.)", "description": "A heavily modded F-Chat 3.0 client for F-List", "license": "MIT",