Skip to content

Commit

Permalink
Prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKleineKobini committed Apr 3, 2022
1 parent 05b5696 commit fc89578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions extension/changelog.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[
{
"version": { "major": 6, "minor": 6, "build": 0 },
"title": "Beta",
"version": { "major": 6, "minor": 5, "build": 2 },
"date": false,
"logs": {
"features": [],
"fixes": [
{ "message": "Fix item value positioning on mobile.", "contributor": "DeKleineKobini" },
{ "message": "Fix issue when there are no results in the userlist search.", "contributor": "DeKleineKobini" },
Expand All @@ -22,12 +20,8 @@
{ "message": "Allow searching on item id in the market popup tab.", "contributor": "DeKleineKobini" },
{ "message": "Allow chat highlights on the rest ('*').", "contributor": "DeKleineKobini" },
{ "message": "Disable most features on the dirty bomb screen.", "contributor": "DeKleineKobini" },
{
"message": "Change the popup stock ROI calculation to reflect only the single increment instead of the entire block.",
"contributor": "DeKleineKobini"
}
],
"removed": []
{ "message": "Change the popup stock ROI calculation to reflect only the single increment instead of the entire block.", "contributor": "DeKleineKobini" }
]
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "TornTools",
"version": "6.6.0",
"version": "6.5.2",
"description": "Several tools for Torn.",
"icons": { "16": "resources/images/icon_16.png", "48": "resources/images/icon_48.png", "128": "resources/images/icon_128.png" },
"browser_action": { "default_title": "TornTools", "default_popup": "pages/popup/popup.html", "default_icon": "resources/images/icon_128.png" },
Expand Down

0 comments on commit fc89578

Please sign in to comment.