Skip to content

Commit

Permalink
Version bump, official 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bookdude13 committed Aug 23, 2022
1 parent e02abfa commit f144a3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PrepareRelease.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

set BUILT_VERSION=1.1.2.0
set BUILT_VERSION=1.2.0
set MOD_NAME=SRVoting

set RELEASE_BUILD_DIR=.\%MOD_NAME%\bin\Release
Expand Down
6 changes: 3 additions & 3 deletions SRVoting/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
// 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.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]

[assembly: MelonInfo(typeof(SRVoting.SRVoting), "SRVoting", "1.1.2-beta-2", "bookdude13", "https://github.com/bookdude13/SRVoting")]
[assembly: MelonInfo(typeof(SRVoting.SRVoting), "SRVoting", "1.2.0", "bookdude13", "https://github.com/bookdude13/SRVoting")]
[assembly: MelonGame("Kluge Interactive", "SynthRiders")]

0 comments on commit f144a3f

Please sign in to comment.