Skip to content

Commit

Permalink
chore: set sporran version to 2024.9.10 (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilted-andres committed Sep 11, 2024
1 parent e84127b commit 963356e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/Settings/__snapshots__/Settings.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ exports[`Settings menu should be visible when menu button clicked 1`] = `
role="menuitem"
tabindex="-1"
>
Version 2024.9.3
Version 2024.9.10
</a>
</li>
</ul>
Expand Down Expand Up @@ -225,7 +225,7 @@ exports[`Settings should render the endpoint item in the internal build 1`] = `
role="menuitem"
tabindex="-1"
>
Version 2024.9.3
Version 2024.9.10
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const internalFeatures: Features = {

// Duplicates the value in src/static/manifest.json
// We can’t use browser.runtime.getManifest().version, as it’s unavailable in injected scripts
const version = '2024.9.3';
const version = '2024.9.10';

export const configuration: ConfigurationType = {
version,
Expand Down
2 changes: 1 addition & 1 deletion src/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_manifest_name__",
"short_name": "__MSG_manifest_short_name__",
"description": "__MSG_manifest_description__",
"version": "2024.9.3",
"version": "2024.9.10",
"default_locale": "en",
"action": {
"default_icon": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports[`GenericError should render generic error when an error happens 1`] = `
class="details"
readonly=""
>
[email protected].3
[email protected].10
Testing GenericError
Expand Down

0 comments on commit 963356e

Please sign in to comment.