Skip to content

Commit

Permalink
increment version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thojmr committed Aug 7, 2021
1 parent 4d4a345 commit f8ffe51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KK_VREnhancement/VREnhancementPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace KK_VREnhancement
public partial class VRPlugin : BaseUnityPlugin
{
public const string GUID = "KK_VREnhancement";
public const string Version = "0.2";
public const string Version = "0.3";

internal static new ManualLogSource Logger { get; private set; }
internal static bool VREnabled = false;
Expand Down
2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
::Zips the dll into the correct directory structure for release
::Make sure to increment the version

set kk_version=0.2
set kk_version=0.3
set kk_name=KK_VREnhancement

IF EXIST "./bin/%kk_name%/BepinEx/plugins/%kk_name%.dll" "%ProgramFiles%\7-Zip\7z.exe" a -tzip "%HOMEPATH%/downloads/%kk_name% v%kk_version%.zip" "./bin/%kk_name%/BepinEx" -mx0
Expand Down

0 comments on commit f8ffe51

Please sign in to comment.