Skip to content

Commit

Permalink
manifest: set versions url, bump version; correct sha of initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Aug 21, 2023
1 parent 9c8eb06 commit 55a154d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Terraria",
"game_name": "Terraria",
"package_version": "0.1.0",
"package_version": "0.1.1",
"package_uid": "ap_terraria",
"author": "Serpent.AI",
"variants": {
Expand All @@ -10,5 +10,5 @@
"flags": ["ap"]
}
},
"versions_url": ""
"versions_url": "https://raw.githubusercontent.com/SerpentAI/TerrariaAPTracker/master/versions.json"
}
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"package_version": "0.1.0",
"download_url": "https://github.com/SerpentAI/TerrariaAPTracker/archive/refs/tags/0.1.0.zip",
"sha256": "7B83EFF1D3548B3EEAE3AB4FA8DEB6F9CBEAC2AA8869B54AD9E7C78A0B60D9A9",
"sha256": "5934E9F01FA73DEFF418B6E1D6633C2F5E8552E2F031E5CF39C974CD48093ED4",
"changelog": [
"Initial Release",
"Items: Tracking support for base game progression items",
Expand Down

0 comments on commit 55a154d

Please sign in to comment.