Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
nike4613 committed Apr 6, 2019
1 parent 6147cbc commit cf3557f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion IPA.Loader/Config/SelfConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void Set()
}

internal const string IPAName = "Beat Saber IPA";
internal const string IPAVersion = "3.12.7";
internal const string IPAVersion = "3.12.8";

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 @@ -5,7 +5,7 @@
"gameVersion": "0.13.2",
"id": "beatsaber-ipa-reloaded",
"name": "BSIPA",
"version": "3.12.7",
"version": "3.12.8",
"features": [
"define-feature(print, IPA.Loader.Features.PrintFeature)",
"define-feature(debug, IPA.Loader.Features.DebugFeature)",
Expand Down
4 changes: 2 additions & 2 deletions IPA/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.12.7")]
[assembly: AssemblyFileVersion("3.12.7")]
[assembly: AssemblyVersion("3.12.8")]
[assembly: AssemblyFileVersion("3.12.8")]
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.7'
bsipa_version: '3.12.8'
pull_requests:
do_not_increment_build_number: true
install:
Expand Down

0 comments on commit cf3557f

Please sign in to comment.