Skip to content

Commit

Permalink
Update to version 5.6.1 (#187)
Browse files Browse the repository at this point in the history
Commits:
* [manifest] Bump version number
* [CHANGELOG] Add v5.6.1
* Add version zip files
  • Loading branch information
VerifiedJoseph authored Apr 8, 2022
1 parent 46af3c6 commit 0cdff94
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [5.6.1](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/releases/tag/v5.6.1) - 2022-04-08
### Fixes:
* Fixed popup URL in `background.js`. ([`46af3c6`](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/commit/46af3c675cc67efa75455168ef216461502c6e7a))

## [5.6.0](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/releases/tag/v5.6.0) - 2022-04-08
### Additions:
* Added end-of-life message & page. ([#185](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/pull/185))
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "__MSG_extensionDescription__",
"author": "VerifiedJoseph",
"default_locale": "en",
"version": "5.6.0",
"version_name": "5.6.0",
"version": "5.6.1",
"version_name": "5.6.1",
"manifest_version": 2,
"icons": {
"16": "images/icons/16.png",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"description": "__MSG_extensionDescription__",
"author": "VerifiedJoseph",
"default_locale": "en",
"version": "5.6.0",
"version_name": "5.6.0",
"version": "5.6.1",
"version_name": "5.6.1",
"manifest_version": 2,
"icons": {
"16": "images/icons/16.png",
Expand Down
Binary file added versions (.zip)/5-6-1.zip
Binary file not shown.
Binary file added versions (.zip)/Firefox/5-6-1.zip
Binary file not shown.

0 comments on commit 0cdff94

Please sign in to comment.