Skip to content

Commit 963356e

Browse files
rompemoldeskilted-andres
authored and
kilted-andres
committed
chore: set sporran version to 2024.9.10 (#2653)
1 parent e84127b commit 963356e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/components/Settings/__snapshots__/Settings.test.tsx.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ exports[`Settings menu should be visible when menu button clicked 1`] = `
115115
role="menuitem"
116116
tabindex="-1"
117117
>
118-
Version 2024.9.3
118+
Version 2024.9.10
119119
</a>
120120
</li>
121121
</ul>
@@ -225,7 +225,7 @@ exports[`Settings should render the endpoint item in the internal build 1`] = `
225225
role="menuitem"
226226
tabindex="-1"
227227
>
228-
Version 2024.9.3
228+
Version 2024.9.10
229229
</a>
230230
</li>
231231
</ul>

src/configuration/configuration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const internalFeatures: Features = {
2525

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

3030
export const configuration: ConfigurationType = {
3131
version,

src/static/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "__MSG_manifest_name__",
44
"short_name": "__MSG_manifest_short_name__",
55
"description": "__MSG_manifest_description__",
6-
"version": "2024.9.3",
6+
"version": "2024.9.10",
77
"default_locale": "en",
88
"action": {
99
"default_icon": {

src/views/GenericError/__snapshots__/GenericError.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports[`GenericError should render generic error when an error happens 1`] = `
3030
class="details"
3131
readonly=""
3232
>
33-
33+
3434
3535
Testing GenericError
3636

0 commit comments

Comments
 (0)