Skip to content

Commit d53c577

Browse files
committed
chore: Bump version to 3.16.4
1 parent 1032e81 commit d53c577

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ The following are known limitations that cannot be fixed:
7676

7777
## Changelog
7878

79+
### Changes in 3.16.4
80+
81+
- Added link to r/pushshift issue post in fetch failed message
82+
- Added rounded corners for the original comment box
83+
7984
### Changes in 3.16.3
8085

8186
- Added support for `[ Removed by Reddit ]` comments in moderator view

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.3",
5+
"version": "3.16.4",
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.3",
5+
"version": "3.16.4",
66
"content_scripts": [
77
{
88
"run_at": "document_idle",

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* The current version of the script
3737
* @type {string}
3838
*/
39-
const VERSION = "3.16.3";
39+
const VERSION = "3.16.4";
4040

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

0 commit comments

Comments
 (0)