Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
nike4613 committed Nov 11, 2018
1 parent 4ebced8 commit e552b22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions IPA.Injector/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,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.11.2")]
[assembly: AssemblyFileVersion("3.11.2")]
[assembly: AssemblyVersion("3.11.3")]
[assembly: AssemblyFileVersion("3.11.3")]
2 changes: 1 addition & 1 deletion IPA.Loader/Updating/SelfPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace IPA.Updating
internal class SelfPlugin : IBeatSaberPlugin
{
internal const string IPA_Name = "Beat Saber IPA";
internal const string IPA_Version = "3.11.2";
internal const string IPA_Version = "3.11.3";

public static SelfPlugin Instance { get; set; } = new SelfPlugin();

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.11.2")]
[assembly: AssemblyFileVersion("3.11.2")]
[assembly: AssemblyVersion("3.11.3")]
[assembly: AssemblyFileVersion("3.11.3")]
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.11.2'
bsipa_version: '3.11.3'
pull_requests:
do_not_increment_build_number: true
install:
Expand Down

0 comments on commit e552b22

Please sign in to comment.