From 023a74cb3f3f4cb1f5e7fc193fda8d43b105cfec Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sat, 6 Jul 2024 20:38:21 -0700 Subject: [PATCH] updated version --- CHANGELOG.md | 2 +- docs/_config.yml | 2 +- electron/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe86f4a..2bd56ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ * Notify when bookmark/friend says something on a channel? * Clicking a log entry opens the conversation at that point -## 1.27.1 & 1.27.2 +## 1.27.1 & 1.27.2 & 1.27.3 * Build fixes ## 1.27.0 diff --git a/docs/_config.yml b/docs/_config.yml index a5ece0d..29a4f6c 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.27.2 + version: 1.27.3 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 b4a3bd3..72cf5e4 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.27.2", + "version": "1.27.3", "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 59b9d44..86138d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.27.1", + "version": "1.27.3", "author": "The F-List Team and and Mister Stallion (Esq.)", "description": "A heavily modded F-Chat 3.0 client for F-List", "license": "MIT",