diff --git a/README.md b/README.md index 87b91ba..3e3e471 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ The following are known limitations that cannot be fixed: ## Changelog +### Changes in 3.17.1 + +- Fixed issue with headers not being passed when using Firefox +- Added explicit variable declaration that was previously implicit +- Minor refactoring + ### Changes in 3.17.0 - Added support for Pushshift API token authentication diff --git a/manifest-v2.json b/manifest-v2.json index 66caf9b..1d208d7 100644 --- a/manifest-v2.json +++ b/manifest-v2.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Unedit and Undelete for Reddit", "description": "Show original comments and posts from before they were edited or removed", - "version": "3.17.0", + "version": "3.17.1", "content_scripts": [ { "run_at": "document_idle", diff --git a/manifest.json b/manifest.json index f3f6e94..df41259 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Unedit and Undelete for Reddit", "description": "Show original comments and posts from before they were edited or removed", - "version": "3.17.0", + "version": "3.17.1", "content_scripts": [ { "run_at": "document_idle", diff --git a/script.js b/script.js index 1850b93..67a0670 100644 --- a/script.js +++ b/script.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Unedit and Undelete for Reddit // @namespace http://tampermonkey.net/ -// @version 3.17.0 +// @version 3.17.1 // @description Creates the option next to edited and deleted Reddit comments/posts to show the original comment from before it was edited // @author Jonah Lawrence (DenverCoder1) // @grant none @@ -36,7 +36,7 @@ * The current version of the script * @type {string} */ - const VERSION = "3.17.0"; + const VERSION = "3.17.1"; /** * Whether or not we are on old reddit and not redesign.