Skip to content

Commit c45ab1d

Browse files
committed
0.2.1
1 parent 4bb7a1c commit c45ab1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ jobs:
146146
- name: Publish The Release
147147
uses: softprops/action-gh-release@v2
148148
with:
149-
name: "0.2.0"
150-
tag_name: "0.2.0"
149+
name: "0.2.1"
150+
tag_name: "0.2.1"
151151
prerelease: false
152152
files: |
153153
/home/runner/*.apk

source/engine/states/MainMenuState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import options.OptionsState;
99

1010
class MainMenuState extends MusicBeatState
1111
{
12-
public static var shadowEngineVersion:String = '0.2.0';
12+
public static var shadowEngineVersion:String = '0.2.1';
1313
public static var psychEngineVersion:String = '0.7.3'; // This is also used for Discord RPC
1414
public static var curSelected:Int = 0;
1515

0 commit comments

Comments
 (0)