Skip to content

Commit

Permalink
Increase version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevga committed Jan 14, 2021
1 parent 247e9ed commit 397ff06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BeatSaberCinema/BeatSaberCinema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<LangVersion>8</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ModVersion>1.2.0</ModVersion>
<ModVersion>1.2.1</ModVersion>
<ModName>BeatSaberCinema</ModName>
<OutDir>$(ProjectDir)bin\$(Configuration)</OutDir>
<AssemblyVersion>$(ModVersion)</AssemblyVersion>
Expand Down
4 changes: 2 additions & 2 deletions BeatSaberCinema/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("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.1")]
2 changes: 1 addition & 1 deletion BeatSaberCinema/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Sync up videos to play alongside your beat maps",
"author": "Dakari",
"gameVersion": "1.13.0",
"version": "1.2.0",
"version": "1.2.1",
"dependsOn": {
"BSIPA": "^4.1.3",
"BeatSaberMarkupLanguage": "^1.4.0",
Expand Down

0 comments on commit 397ff06

Please sign in to comment.