From bdb8926f29e8878e38ed654e8fbbc9df56260824 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sat, 3 Sep 2022 12:31:15 -0700 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 +- README.md | 8 ++++---- docs/_config.yml | 2 +- electron/package.json | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7ae81..9c1aee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## 1.19.2 -* Fixed a bug that could lead to ad flooding if the client experienced frequent connection drops +* Fixed a bug that could lead to ad-flooding if the client experiences frequent connection drops ## 1.19.1 * Performance improvement for players who connect multiple characters at the same time diff --git a/README.md b/README.md index a60094c..f84b66f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Download -[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.1/F-Chat-Rising-1.19.1-win.exe) (82 MB) -| [MacOS Intel](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.1/F-Chat-Rising-1.19.1-macos-intel.dmg) (82 MB) -| [MacOS M1](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.1/F-Chat-Rising-1.19.1-macos-m1.dmg) (84 MB) -| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.1/F-Chat-Rising-1.19.1-linux.AppImage) (82 MB) +[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.2/F-Chat-Rising-1.19.2-win.exe) (82 MB) +| [MacOS Intel](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.2/F-Chat-Rising-1.19.2-macos-intel.dmg) (82 MB) +| [MacOS M1](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.2/F-Chat-Rising-1.19.2-macos-m1.dmg) (84 MB) +| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.2/F-Chat-Rising-1.19.2-linux.AppImage) (82 MB) # F-Chat Rising diff --git a/docs/_config.yml b/docs/_config.yml index be9cdce..7d3c76e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -50,7 +50,7 @@ theme: jekyll-theme-slate changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md download: - version: 1.19.1 + version: 1.19.2 url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL% diff --git a/electron/package.json b/electron/package.json index 3a79ec6..43166ac 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.19.1", + "version": "1.19.2", "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 bfbd325..2a5498d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.19.1", + "version": "1.19.2", "author": "The F-List Team and and Mister Stallion (Esq.)", "description": "A heavily modded F-Chat 3.0 client for F-List", "license": "MIT",