diff --git a/Starstorm 2/Assets/assetstorm b/Starstorm 2/Assets/assetstorm index 31f99094..d7131942 100644 Binary files a/Starstorm 2/Assets/assetstorm and b/Starstorm 2/Assets/assetstorm differ diff --git a/Starstorm 2/Starstorm2Release/Starstorm2Unofficial.zip b/Starstorm 2/Starstorm2Release/Starstorm2Unofficial.zip index 6651765b..1930b82e 100644 Binary files a/Starstorm 2/Starstorm2Release/Starstorm2Unofficial.zip and b/Starstorm 2/Starstorm2Release/Starstorm2Unofficial.zip differ diff --git a/Starstorm 2/Starstorm2Release/manifest.json b/Starstorm 2/Starstorm2Release/manifest.json index 2649efbc..67d7f7fe 100644 --- a/Starstorm 2/Starstorm2Release/manifest.json +++ b/Starstorm 2/Starstorm2Release/manifest.json @@ -1,7 +1,7 @@ { "author": "ChirrLover", "name": "Starstorm2_Unofficial", - "version_number": "0.9.2", + "version_number": "0.9.3", "website_url": "https://github.com/Moffein/Starstorm2Unofficial", "description": "A restoration of the pre-SotV version of Starstorm 2. Compatible with the official Starstorm 2!", "dependencies": [ diff --git a/Starstorm 2/Starstorm2Release/plugins/ChirrLover-Starstorm2Unofficial/Starstorm2Unofficial.dll b/Starstorm 2/Starstorm2Release/plugins/ChirrLover-Starstorm2Unofficial/Starstorm2Unofficial.dll index 336a6b15..83e07379 100644 Binary files a/Starstorm 2/Starstorm2Release/plugins/ChirrLover-Starstorm2Unofficial/Starstorm2Unofficial.dll and b/Starstorm 2/Starstorm2Release/plugins/ChirrLover-Starstorm2Unofficial/Starstorm2Unofficial.dll differ diff --git a/Starstorm 2/StarstormPlugin.cs b/Starstorm 2/StarstormPlugin.cs index 0edfbd63..caa177b3 100644 --- a/Starstorm 2/StarstormPlugin.cs +++ b/Starstorm 2/StarstormPlugin.cs @@ -48,7 +48,7 @@ public class StarstormPlugin : BaseUnityPlugin { internal const string guid = "com.ChirrLover.Starstorm2Unofficial"; internal const string modName = "Starstorm 2 Unofficial"; - internal const string version = "0.9.2"; + internal const string version = "0.9.3"; public static StarstormPlugin instance;