Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opl- committed Aug 31, 2018
1 parent d8de8f9 commit 8a29f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BeatSaberHTTPStatus/BeatSaberHTTPStatusPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<Version>1.1.1</Version>
<Version>1.2.0</Version>
<BeatSaberVersion>0.11.2</BeatSaberVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion BeatSaberHTTPStatus/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public string Name {
}

public string Version {
get {return "1.1.1";}
get {return "1.2.0";}
}

public void OnApplicationStart() {
Expand Down

0 comments on commit 8a29f0a

Please sign in to comment.