Skip to content

Commit dac02ac

Browse files
authored
chore: Update version to 3.16.2 (#78)
1 parent 859f3cc commit dac02ac

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ The following are known limitations that cannot be fixed:
7474

7575
## Changelog
7676

77+
### Changes in 3.16.2
78+
79+
- Updated manifest v2 permissions list for Firefox 109 support
80+
7781
### Changes in 3.16.1
7882

7983
- Removed sort order parameters due to recent breaking changes in the Pushshift API

manifest-v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Unedit and Undelete for Reddit",
44
"description": "Show original comments and posts from before they were edited or removed",
5-
"version": "3.16.1",
5+
"version": "3.16.2",
66
"content_scripts": [
77
{
88
"run_at": "document_idle",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Unedit and Undelete for Reddit",
44
"description": "Show original comments and posts from before they were edited or removed",
5-
"version": "3.16.1",
5+
"version": "3.16.2",
66
"content_scripts": [
77
{
88
"run_at": "document_idle",

script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Unedit and Undelete for Reddit
33
// @namespace http://tampermonkey.net/
4-
// @version 3.16.1
4+
// @version 3.16.2
55
// @description Creates the option next to edited and deleted Reddit comments/posts to show the original comment from before it was edited
66
// @author Jonah Lawrence (DenverCoder1)
77
// @grant none
@@ -35,7 +35,7 @@
3535
* The current version of the script
3636
* @type {string}
3737
*/
38-
const VERSION = "3.16.1";
38+
const VERSION = "3.16.2";
3939

4040
/**
4141
* Whether or not we are on old reddit and not redesign.

0 commit comments

Comments
 (0)