diff --git a/html/changelog.html b/html/changelog.html
index 5e074b0..7999973 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -8,6 +8,7 @@
FEATURE: First BETA support for skinport.com. Only selected features work for now. Please refer to the corresponding extension settings tab.
PRICING: As Steaminventoryhelper changed their CORS policy, requests now have to be proxied through a server. The deployed source code of the server can be found here: https://gist.github.com/GODrums/5b2d24c17c136a1b37acd14b1089933c
PRICING: Skinport displays item prices in your local currency. To provide actual accurate exchange rates, the exchangerate.host API is in use. If you want to use Skinport's questionable rates instead, feel free to select it in the options popup. Skinport will always charge in your (local) account currency.
+ FIX: Previously fast actions such as switching a tab after refreshing the page could lead to unexpected behavior in the extension's functionality. This change attempts to dislodge this bug. If you still notice bugs such as the infamous "double buff pricing" on item listings, please notify me about it.
diff --git a/manifest_firefox.json b/manifest_firefox.json
index 97d0f93..afbdc50 100644
--- a/manifest_firefox.json
+++ b/manifest_firefox.json
@@ -1,7 +1,7 @@
{
"name": "BetterFloat",
"author": "Rums",
- "version": "1.4.0",
+ "version": "1.4.0",
"description": "Enhance your experience on CSFloat.com and Skinport.com",
"manifest_version": 3,
"host_permissions": ["*://prices.csgotrader.app/*", "*://csfloat.com/*", "*://*.skinport.com/*"],