diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-26 12:50:22 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-26 12:50:22 -0400 |
commit | d760e05337c470c7839e58dc6c831f2c5b43d2d1 (patch) | |
tree | 01131305888ab3d7abaa2834639c57b50de763dc /AnodyneArchipelago | |
parent | c6d7af45fa044bbc3749c8012beb5bcc022e41a2 (diff) | |
download | anodyne-archipelago-d760e05337c470c7839e58dc6c831f2c5b43d2d1.tar.gz anodyne-archipelago-d760e05337c470c7839e58dc6c831f2c5b43d2d1.tar.bz2 anodyne-archipelago-d760e05337c470c7839e58dc6c831f2c5b43d2d1.zip |
Bump version v0.2.0
Diffstat (limited to 'AnodyneArchipelago')
-rw-r--r-- | AnodyneArchipelago/Plugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AnodyneArchipelago/Plugin.cs b/AnodyneArchipelago/Plugin.cs index 6c1333d..c985647 100644 --- a/AnodyneArchipelago/Plugin.cs +++ b/AnodyneArchipelago/Plugin.cs | |||
@@ -9,7 +9,7 @@ using System.Reflection; | |||
9 | 9 | ||
10 | namespace AnodyneArchipelago | 10 | namespace AnodyneArchipelago |
11 | { | 11 | { |
12 | [BepInPlugin("com.fourisland.plugins.anodyne.archipelago", "Anodyne Archipelago", "0.1.0")] | 12 | [BepInPlugin("com.fourisland.plugins.anodyne.archipelago", "Anodyne Archipelago", "0.2.0")] |
13 | public class Plugin : BasePlugin | 13 | public class Plugin : BasePlugin |
14 | { | 14 | { |
15 | public static Plugin Instance = null; | 15 | public static Plugin Instance = null; |