Skip to content

Commit

Permalink
Merge pull request #9 from kodenamekrak/master
Browse files Browse the repository at this point in the history
1.27.0
  • Loading branch information
ComputerElite authored Dec 30, 2022
2 parents ce5d766 + ab380ac commit 733f2b5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 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.8.0",
"version": "0.9.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.26.2",
"packageVersion": "1.27.0_3631150051",
"description": "Allows applications to get information from the game like, currently played song.",
"coverImage": "cover.png",
"dependencies": [
Expand All @@ -15,14 +15,14 @@
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.22/CustomTypes.qmod"
},
{
"version": "^0.31.0",
"version": "^0.32.0",
"id": "codegen",
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.31.0/Codegen.qmod"
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.32.0/Codegen.qmod"
},
{
"version": "^0.17.9",
"version": "^0.17.10",
"id": "questui",
"downloadIfMissing": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/QuestUI.qmod"
"downloadIfMissing": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.10/QuestUI.qmod"
}
],
"modFiles": [
Expand Down
4 changes: 2 additions & 2 deletions mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"name": "Streamer Tools",
"id": "Streamer-Tools",
"author": "EnderdracheLP, ComputerElite, Lauriethefish, Phaze",
"version": "0.8.0",
"version": "0.9.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.26.2",
"packageVersion": "1.27.0_3631150051",
"description": "Allows applications to get information from the game like, currently played song.",
"coverImage": "cover.png",
"dependencies": [],
Expand Down
16 changes: 8 additions & 8 deletions 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.8.0",
"version": "0.9.0",
"url": null,
"additionalData": {
"overrideSoName": "libStreamer-Tools.so"
Expand All @@ -31,20 +31,20 @@
"additionalData": {}
},
{
"id": "questui",
"versionRange": "^0.17.9",
"id": "config-utils",
"versionRange": "^1.0.1",
"additionalData": {}
},
{
"id": "codegen",
"versionRange": "^0.31.0",
"id": "questui",
"versionRange": "^0.17.10",
"additionalData": {}
},
{
"id": "config-utils",
"versionRange": "^1.0.1",
"id": "codegen",
"versionRange": "^0.32.0",
"additionalData": {}
}
],
"additionalData": {}
}
}

0 comments on commit 733f2b5

Please sign in to comment.