Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantas-2155X committed Feb 29, 2024
1 parent c591d39 commit 3587f30
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AI_MakerSearch/AI_MakerSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace AI_MakerSearch
[BepInPlugin(nameof(AI_MakerSearch), nameof(AI_MakerSearch), VERSION)]
public class AI_MakerSearch : BaseUnityPlugin
{
public const string VERSION = "1.5.1";
public const string VERSION = "1.5.2";

public static string searchString;
public static string TranslationCachePath;
Expand Down
2 changes: 1 addition & 1 deletion EC_MakerSearch/EC_MakerSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace EC_MakerSearch
[BepInPlugin(nameof(EC_MakerSearch), nameof(EC_MakerSearch), VERSION)]
public class EC_MakerSearch : BaseUnityPlugin
{
public const string VERSION = "1.5.1";
public const string VERSION = "1.5.2";

public static string searchString;
public static string TranslationCachePath;
Expand Down
2 changes: 1 addition & 1 deletion HS2_MakerSearch/HS2_MakerSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace HS2_MakerSearch
[BepInPlugin(nameof(HS2_MakerSearch), nameof(HS2_MakerSearch), VERSION)]
public class HS2_MakerSearch : BaseUnityPlugin
{
public const string VERSION = "1.5.1";
public const string VERSION = "1.5.2";

public static string searchString;
public static string TranslationCachePath;
Expand Down
2 changes: 1 addition & 1 deletion KKS_MakerSearch/KKS_MakerSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace KKS_MakerSearch
[BepInPlugin(nameof(KKS_MakerSearch), nameof(KKS_MakerSearch), VERSION)]
public class KKS_MakerSearch : BaseUnityPlugin
{
public const string VERSION = "1.5.1";
public const string VERSION = "1.5.2";

public static string searchString;
public static string TranslationCachePath;
Expand Down
2 changes: 1 addition & 1 deletion KK_MakerSearch/KK_MakerSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace KK_MakerSearch
[BepInPlugin(nameof(KK_MakerSearch), nameof(KK_MakerSearch), VERSION)]
public class KK_MakerSearch : BaseUnityPlugin
{
public const string VERSION = "1.5.1";
public const string VERSION = "1.5.2";

public static string searchString;
public static string TranslationCachePath;
Expand Down
2 changes: 1 addition & 1 deletion PH_MakerSearch/PH_MakerSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace PH_MakerSearch
[BepInPlugin(nameof(PH_MakerSearch), nameof(PH_MakerSearch), VERSION)]
public class PH_MakerSearch : BaseUnityPlugin
{
public const string VERSION = "1.5.1";
public const string VERSION = "1.5.2";

public static string searchString;
public static string TranslationCachePath;
Expand Down

0 comments on commit 3587f30

Please sign in to comment.