From a80868ced0ab049010ce08d2711540733a93557c Mon Sep 17 00:00:00 2001 From: Damien Erambert Date: Fri, 19 Aug 2016 08:28:16 -0700 Subject: [PATCH] bump --- NEWS.md | 6 +++++- src/manifest.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 86d292d12..ae143492f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,8 @@ -:tada: 3.0.13 :tada: +:tada: 3.0.14 :tada: +=============== +- [Fix] Slimmer scrollbars are bigger and it's now an option + +3.0.13 =============== - [Fix] GIFs should not stop anymore when the option "Stop gif autoplay" is unchecked - [Fix] Streamable embed players were too small and mis-placed, it's now fixed diff --git a/src/manifest.json b/src/manifest.json index 0388e3356..1134e7e33 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_appName__", "short_name": "BetterTDeck", "default_locale": "en", - "version": "3.0.13", + "version": "3.0.14", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "https://github.com/eramdam/BetterTweetDeck/",