Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
silent-destroyer committed Jun 10, 2023
1 parent 9e39f37 commit 18bc372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluginInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace TunicRandomizer {
public class PluginInfo {
public const string NAME = "Tunic Randomizer";
public const string VERSION = "0.0.12";
public const string VERSION = "0.0.13";
public const string GUID = "com.silentdestroyer.tunicrandomizer";
}
}

0 comments on commit 18bc372

Please sign in to comment.