Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
feat: bump to 3.5.5a1
Browse files Browse the repository at this point in the history
basically a test release to see if I could fix some issues w/o fiddling
with js.
  • Loading branch information
Vinfall committed May 14, 2024
1 parent 49111d3 commit c56cfde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.5.5a1] - May. 14, 2024
- Bump dependencies.
- Add prod.outgoing.prod.webservices.mozgcp.net pattern.

## [3.5.4] - May. 7, 2024
- Bump dependencies.

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "3.5.4",
"version": "3.5.5a1",
"manifest_version": 2,
"icons": {
"48": "icons/icon.svg",
Expand Down Expand Up @@ -35,4 +35,4 @@
"background": {
"page": "src/background.html"
}
}
}

0 comments on commit c56cfde

Please sign in to comment.