Skip to content

Commit c835763

Browse files
Prepare for 7.5.0 release.
1 parent 0f2623c commit c835763

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

extension/changelog.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
3-
"version": { "major": 7, "minor": 4, "build": 3 },
4-
"title": "Beta",
3+
"version": { "major": 7, "minor": 5, "build": 0 },
54
"date": false,
65
"logs": {
76
"features": [

extension/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "TornTools",
4-
"version": "7.4.3",
4+
"version": "7.5.0",
55
"description": "Several tools for Torn.",
66
"icons": { "16": "resources/images/icon_16.png", "48": "resources/images/icon_48.png", "128": "resources/images/icon_128.png" },
77
"action": { "default_title": "TornTools", "default_popup": "pages/popup/popup.html", "default_icon": "resources/images/icon_128.png" },

extension/scripts/background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ async function convertDatabase() {
329329
newStorage.settings.pages.global.reviveProvider = "";
330330
}
331331
updated = true;
332-
} else if (version <= toNumericVersion("7.4.3")) {
332+
} else if (version <= toNumericVersion("7.5.0")) {
333333
if (storage?.settings?.apiUsage?.userV2?.personalstats === false) {
334334
newStorage.settings.apiUsage.userV2.personalstats = false;
335335
}

0 commit comments

Comments
 (0)