Skip to content

Commit

Permalink
fix mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite authored Apr 1, 2022
1 parent ac16fd2 commit 058b42e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "Streamer Tools",
"id": "Streamer-Tools",
"author": "EnderdracheLP, ComputerElite, Lauriethefish, Phaze",
"version": "0.3.0",
"version": "0.5.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.20.0",
"packageVersion": "1.21.0",
"description": "Allows applications to get information from the game like, currently played song.",
"coverImage": "cover.png",
"dependencies": [
Expand Down
30 changes: 15 additions & 15 deletions mod.template.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"_QPVersion": "0.1.1",
"name": "${mod_name}",
"id": "${mod_id}",
"author": "EnderdracheLP, ComputerElite, Lauriethefish, Phaze",
"version": "${version}",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.20.0",
"description": "Allows applications to get information from the game like, currently played song.",
"coverImage": "cover.png",
"dependencies": [],
"modFiles": [],
"libraryFiles": [],
"fileCopies": [],
"copyExtensions": []
{
"_QPVersion": "0.1.1",
"name": "${mod_name}",
"id": "${mod_id}",
"author": "EnderdracheLP, ComputerElite, Lauriethefish, Phaze",
"version": "${version}",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.21.0",
"description": "Allows applications to get information from the game like, currently played song.",
"coverImage": "cover.png",
"dependencies": [],
"modFiles": [],
"libraryFiles": [],
"fileCopies": [],
"copyExtensions": []
}
2 changes: 1 addition & 1 deletion qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"name": "Streamer Tools",
"id": "Streamer-Tools",
"version": "0.3.0",
"version": "0.5.0",
"url": null,
"additionalData": {
"overrideSoName": "libStreamer-Tools.so"
Expand Down

0 comments on commit 058b42e

Please sign in to comment.