From 57061e3683ee02c8537bbbd789d9ecc0432f6889 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 8 May 2016 16:36:01 +0200 Subject: [PATCH] VimFx v0.14.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d19dd7..a4f9990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.14.3 (2016-05-08) + +- Fixed: Version 0.14.2 attempted to fix smooth scrolling speed in newer Firefox + versions. However, there was a tiny typo that caused the fix not to work. That + typo has been corrected. + ### 0.14.2 (2016-05-08) - Fixed: Smooth scrolling speed is now correct again in newer Firefox versions. diff --git a/package.json b/package.json index f1be46b..1ad8cce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.14.2", + "version": "0.14.3", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3