From fe9f802d5cdefa31b8cb2d47c4c35d4681f7697f Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Wed, 29 Dec 2021 15:12:33 -0600 Subject: [PATCH] Updated version --- README.md | 6 +++--- docs/_config.yml | 8 ++++---- electron/package.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ef57e66..671c218 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Download -[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.16.0/F-Chat-Rising-1.16.0-win.exe) (75 MB) -| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.16.0/F-Chat-Rising-1.16.0-macos.dmg) (76 MB) -| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.16.0/F-Chat-Rising-1.16.0-linux.AppImage) (76 MB) +[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.16.1/F-Chat-Rising-1.16.1-win.exe) (75 MB) +| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.16.1/F-Chat-Rising-1.16.1-macos.dmg) (76 MB) +| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.16.1/F-Chat-Rising-1.16.1-linux.AppImage) (76 MB) # F-Chat Rising diff --git a/docs/_config.yml b/docs/_config.yml index 6f9dc1f..3c8dc9d 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.16.0 + version: 1.16.1 url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL% @@ -58,16 +58,16 @@ download: - type: win name: Windows tail: win.exe - size: 75 MB + size: 85 MB - type: mac name: MacOS tail: macos.dmg - size: 76 MB + size: 82 MB instructions: ./macos-install - type: linux name: Linux tail: linux.AppImage - size: 76 MB + size: 82 MB diff --git a/electron/package.json b/electron/package.json index aff5444..88dfcd7 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.16.0", + "version": "1.16.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 774fdee..99b8409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.16.0", + "version": "1.16.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",