Skip to content

Commit 0cdff94

Browse files
Update to version 5.6.1 (#187)
Commits: * [manifest] Bump version number * [CHANGELOG] Add v5.6.1 * Add version zip files
1 parent 46af3c6 commit 0cdff94

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [5.6.1](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/releases/tag/v5.6.1) - 2022-04-08
5+
### Fixes:
6+
* Fixed popup URL in `background.js`. ([`46af3c6`](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/commit/46af3c675cc67efa75455168ef216461502c6e7a))
7+
48
## [5.6.0](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/releases/tag/v5.6.0) - 2022-04-08
59
### Additions:
610
* Added end-of-life message & page. ([#185](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/pull/185))

src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "__MSG_extensionDescription__",
44
"author": "VerifiedJoseph",
55
"default_locale": "en",
6-
"version": "5.6.0",
7-
"version_name": "5.6.0",
6+
"version": "5.6.1",
7+
"version_name": "5.6.1",
88
"manifest_version": 2,
99
"icons": {
1010
"16": "images/icons/16.png",

src/manifest_firefox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"description": "__MSG_extensionDescription__",
99
"author": "VerifiedJoseph",
1010
"default_locale": "en",
11-
"version": "5.6.0",
12-
"version_name": "5.6.0",
11+
"version": "5.6.1",
12+
"version_name": "5.6.1",
1313
"manifest_version": 2,
1414
"icons": {
1515
"16": "images/icons/16.png",

versions (.zip)/5-6-1.zip

83.4 KB
Binary file not shown.

versions (.zip)/Firefox/5-6-1.zip

83.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)