Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Witchybun committed Oct 29, 2024
1 parent 5dc82e1 commit f624600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FlipwitchAP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>FlipwitchAP</AssemblyName>
<Product>FlipwitchAP</Product>
<Version>0.2.0pre1</Version>
<Version>0.2.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
Expand Down
2 changes: 1 addition & 1 deletion Plugin.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.Albrekka.FlipwitchAP";
public const string PluginName = "FlipwitchAP";
public const string PluginVersion = "0.2.0pre1";
public const string PluginVersion = "0.2.0pre3";
private const string APDisplayInfo = $"Archipelago v{ArchipelagoClient.APVersion}";
public static ArchipelagoClient ArchipelagoClient { get; private set; }
public static bool IsInGame = false;
Expand Down

0 comments on commit f624600

Please sign in to comment.