Skip to content

Commit

Permalink
i forgot to ready to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HRK-EXEX committed Dec 24, 2024
1 parent c04638b commit 049adba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ jobs:
- name: Windows
os: windows-2022
buildArgs: windows
artifactName: H-Slice_0.1.1_Windows
artifactName: H-Slice_0.1.2_Windows
setupScript: .\"setup/windows.bat"
artifactPath: export\release\windows\bin\*
- name: Linux
os: ubuntu-22.04
buildArgs: linux
setupScript: sh ./setup/unix.sh
artifactName: H-Slice_0.1.1_Linux
artifactName: H-Slice_0.1.2_Linux
artifactPath: export/release/linux/bin/*
- name: macOS x86_64
os: macos-14
buildArgs: "mac -64 -D HXCPP_M64"
setupScript: sh ./setup/mobile.sh
artifactName: H-Slice_0.1.1_macOS_x64
artifactName: H-Slice_0.1.2_macOS_x64
artifactPath: export/release/macos/bin/*
- name: macOS AArch64
os: macos-15
buildArgs: mac
setupScript: sh ./setup/mobile.sh
artifactName: H-Slice_0.1.1_macOS_arm64
artifactName: H-Slice_0.1.2_macOS_arm64
artifactPath: export/release/macos/bin/*
uses: ./.github/workflows/build.yml
with:
Expand All @@ -54,13 +54,13 @@ jobs:
os: macos-14
buildArgs: "android"
setupScript: sh ./setup/mobile.sh
artifactName: H-Slice_0.1.1_Android
artifactName: H-Slice_0.1.2_Android
artifactPath: "export/release/android/bin/app/build/outputs/apk/release/*.apk"
- name: iOS
os: macos-15
buildArgs: "ios -nosign"
setupScript: sh ./setup/mobile.sh
artifactName: H-Slice_0.1.1_iOS
artifactName: H-Slice_0.1.2_iOS
artifactPath: "export/release/ios/build/Release-iphoneos/*.ipa"
uses: ./.github/workflows/build.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion gitVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
2 changes: 1 addition & 1 deletion source/states/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class MainMenuState extends MusicBeatState
public static var psychEngineVersion:String = '1.0'; // This is also used for Discord RPC
public static var pSliceVersion:String = '2.1';
public static var funkinVersion:String = '0.5.1'; // Version of funkin' we are emulating
public static var hrkVersion:String = '0.1.1'; // Version of funkin' we are emulating
public static var hrkVersion:String = '0.1.2'; // Version of funkin' we are emulating
public static var curSelected:Int = 0;

var menuItems:FlxTypedGroup<FlxSprite>;
Expand Down

0 comments on commit 049adba

Please sign in to comment.