diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7714931..4030f01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 1.14.1
+* Security updates
+* Fixed Redgifs (again)
+
 ## 1.14.0
 * Fixed Redgifs previews
 * Fixed zoom in/out/reset (Ctrl +/-/0)
diff --git a/README.md b/README.md
index 74a9ea1..a9e4795 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Download
-[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.14.0/F-Chat-Rising-1.14.0-win.exe) (75 MB)
-| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.14.0/F-Chat-Rising-1.14.0-macos.dmg) (76 MB)
-| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.14.0/F-Chat-Rising-1.14.0-linux.AppImage) (76 MB)
+[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.14.1/F-Chat-Rising-1.14.1-win.exe) (75 MB)
+| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.14.1/F-Chat-Rising-1.14.1-macos.dmg) (76 MB)
+| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.14.1/F-Chat-Rising-1.14.1-linux.AppImage) (76 MB)
 
 
 # F-Chat Rising
diff --git a/docs/_config.yml b/docs/_config.yml
index 42150d6..7a064d2 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.14.0
+  version: 1.14.1
 
   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 a7cd0f1..94f9a87 100644
--- a/electron/package.json
+++ b/electron/package.json
@@ -1,6 +1,6 @@
 {
   "name": "fchat",
-  "version": "1.14.0",
+  "version": "1.14.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 c959419..b6e3ef6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "f-list-rising",
-  "version": "1.14.0",
+  "version": "1.14.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",