Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bookdude13 committed Apr 25, 2022
1 parent c078734 commit bda0924
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.0.0"
set BUILT_VERSION="1.1.0"
set PROJECT_NAME="SRVoting"

set RELEASE_BUILD_DIR=".\%PROJECT_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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

[assembly: MelonInfo(typeof(SRVoting.SRVoting), "SRVoting", "1.0.0", "bookdude13", "https://github.com/bookdude13/SRVoting")]
[assembly: MelonInfo(typeof(SRVoting.SRVoting), "SRVoting", "1.1.0", "bookdude13", "https://github.com/bookdude13/SRVoting")]
[assembly: MelonGame("Kluge Interactive", "SynthRiders")]

0 comments on commit bda0924

Please sign in to comment.