Skip to content

Commit

Permalink
Update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Dec 23, 2021
1 parent 9cdc9af commit c6ac347
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ndk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ on:

env:
module_id: multiquestensions
version: 0.1.0-Dev-${{ github.run_number }}
bs_hook: 2_3_0
version: 0.1.1-Dev-${{ github.run_number }}
bs_hook: 2_3_2
BS_Version: 1.17.1
#ndkname: android-ndk-r23

Expand Down
2 changes: 1 addition & 1 deletion MultiQuestensions/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ($env:VERSION) {
$Version = $env:VERSION
}
if (!($Version)) {
$Version = "0.1.0"
$Version = "0.1.1"
}
if ($env:MPEX_PROTOCOL) {
$MpEx_Protocol = $env:MPEX_PROTOCOL
Expand Down
2 changes: 1 addition & 1 deletion MultiQuestensions/buildQMOD.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Builds a .qmod file for loading with QP
if ($args.Count -eq 0) {
$ModID = "multiquestensions"
$BSHook = "2_3_0"
$BSHook = "2_3_2"
$VERSION = "0.1.0"
$BS_Version = "1.17.1"
$new_VERSION = Read-Host -Prompt "Input desired mod version (leave empty for default: '$VERSION')"
Expand Down
2 changes: 1 addition & 1 deletion MultiQuestensions/qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^2.3.0",
"versionRange": "^2.3.2",
"additionalData": {
"extraFiles": [
"src/inline-hook"
Expand Down

0 comments on commit c6ac347

Please sign in to comment.