Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nike4613 committed May 22, 2019
1 parent 5e07dd7 commit 8d6ce02
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BSIPA-ModList/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"gameVersion": "1.0.0",
"id": "BSIPA Mod List",
"name": "BSIPA Mod List",
"version": "1.2.2",
"version": "1.2.3",
"icon": "BSIPA_ModList.Icons.self.png",
"dependsOn": {
"BSIPA": "^3.12.19",
Expand Down
2 changes: 1 addition & 1 deletion IPA.Loader/Config/SelfConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void Load()
}

internal const string IPAName = "Beat Saber IPA";
internal const string IPAVersion = "3.12.19";
internal const string IPAVersion = "3.12.20";

public bool Regenerate = true;

Expand Down
2 changes: 1 addition & 1 deletion IPA.Loader/Loader/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gameVersion": "1.0.0",
"id": "BSIPA",
"name": "Beat Saber IPA",
"version": "3.12.19",
"version": "3.12.20",
"icon": "IPA.icon.png",
"features": [
"define-feature(print, IPA.Loader.Features.PrintFeature)",
Expand Down
2 changes: 1 addition & 1 deletion IPA/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public enum Architecture
Unknown
}

public const string FileVersion = "3.12.19";
public const string FileVersion = "3.12.20";

public static Version Version => Assembly.GetEntryAssembly().GetName().Version;

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 'BSIPA-{branch}-{build}'
environment:
bsipa_version: '3.12.19'
bsipa_version: '3.12.20'
pull_requests:
do_not_increment_build_number: true
install:
Expand Down

0 comments on commit 8d6ce02

Please sign in to comment.