Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jan 2, 2025
1 parent e3051c2 commit 3e5e4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public partial class ClothesToAccessoriesPlugin : BaseUnityPlugin
public const string GUID = "ClothesToAccessories";
public const string PluginName = "Clothes To Accessories";
public const string PluginNameInternal = "KKS_ClothesToAccessories";
public const string Version = "1.1.1";
public const string Version = "1.1.2";

internal static new ManualLogSource Logger;

Expand Down
2 changes: 1 addition & 1 deletion src/MaterialEditor.Core/Core.MaterialEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public partial class MaterialEditorPlugin : MaterialEditorAPI.MaterialEditorPlug
/// <summary>
/// MaterialEditor plugin version
/// </summary>
public const string PluginVersion = "3.10";
public const string PluginVersion = "3.10.1";

/// <summary>
/// Material which is used in normal map conversion
Expand Down

0 comments on commit 3e5e4b4

Please sign in to comment.