Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
silent-destroyer committed Sep 6, 2023
1 parent e0b26ef commit c7df3a2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/PluginInfo.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace TunicArchipelago {
namespace TunicArchipelago {
public class PluginInfo {
public const string NAME = "Tunic Archipelago";
public const string VERSION = "0.0.2";
public const string VERSION = "0.0.3";
public const string GUID = "com.silentdestroyer.tunicarchipelago";
}
}

0 comments on commit c7df3a2

Please sign in to comment.