Skip to content

Commit

Permalink
Increment version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathWeasel1337 committed Aug 22, 2022
1 parent df127a3 commit 518c757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/MaterialEditor.Core/Core.MaterialEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public partial class MaterialEditorPlugin : MaterialEditorAPI.MaterialEditorPlug
/// <summary>
/// MaterialEditor plugin version
/// </summary>
public const string PluginVersion = "3.1.17";
public const string PluginVersion = "3.1.18";

/// <summary>
/// Material which is used in normal map conversion
Expand Down
2 changes: 1 addition & 1 deletion src/MoreOutfits.Core/MoreOutfits.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Plugin : BaseUnityPlugin
public const string PluginGUID = "com.deathweasel.bepinex.moreoutfits";
public const string PluginName = "More Outfit Slots";
public const string PluginNameInternal = Constants.Prefix + "_MoreOutfits";
public const string PluginVersion = "1.1.2";
public const string PluginVersion = "1.1.3";

internal static new ManualLogSource Logger;
internal static Plugin Instance;
Expand Down
2 changes: 1 addition & 1 deletion src/StudioWindowResize.Core/StudioWindowResizePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class StudioWindowResizePlugin : BaseUnityPlugin
{
public const string GUID = "StudioWindowResize";
public const string PluginName = "StudioWindowResize";
public const string Version = "1.1";
public const string Version = "1.1.1";
public const string PluginNameInternal = Constants.Prefix + "_StudioWindowResize";

// the Y offset is entirely arbitrary, not sure if it plays nice across aspect ratios or resize, probably not
Expand Down

0 comments on commit 518c757

Please sign in to comment.