From 3bdc59bbb277d714052854b0f7f413752baf3915 Mon Sep 17 00:00:00 2001 From: Patrick Maher Date: Tue, 3 Apr 2018 06:19:47 -0700 Subject: [PATCH] Release version 3.3.1 --- Enhanced RT.user.js | 5 ++++- manifest.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Enhanced RT.user.js b/Enhanced RT.user.js index cd1d5fc..d88e5bd 100644 --- a/Enhanced RT.user.js +++ b/Enhanced RT.user.js @@ -8,7 +8,7 @@ // @exclude *://store.roosterteeth.com/* // @run-at document-end // @noframes -// @version 3.3.0 +// @version 3.3.1 // ==/UserScript== @@ -55,6 +55,9 @@ To be fixed Versions ======== +3.3.1 +-Fixed bug causing Firefox and Edge to load many instances of the userscript on the episode page. + 3.3.0 -Added links to Recently Added page and Schedule page on the left side menu. -Improved how episode information is displayed on the Recently Added page. diff --git a/manifest.json b/manifest.json index 391ad6d..07e5240 100644 --- a/manifest.json +++ b/manifest.json @@ -14,5 +14,5 @@ "description": "Enhances the Rooster Teeth website", "name": "Enhanced RT", "author": "Patrick Maher", - "version": "3.3.0" + "version": "3.3.1" } \ No newline at end of file