diff --git a/NebulaPatcher/PluginInfo.cs b/NebulaPatcher/PluginInfo.cs index d6d4b0fae..e22c1af6f 100644 --- a/NebulaPatcher/PluginInfo.cs +++ b/NebulaPatcher/PluginInfo.cs @@ -35,7 +35,7 @@ internal static class PluginInfo /// Version of the plugin. Must be in form .... /// Major and minor versions are mandatory, but build and revision can be left unspecified. /// - public const string PLUGIN_VERSION = "0.3.0"; + public const string PLUGIN_VERSION = "0.3.1"; public static string PLUGIN_SHORT_SHA = new string(FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion.Split('+')[1].Take(7).ToArray()); diff --git a/version.json b/version.json index 793cd7692..b498c4ee7 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.1", + "version": "0.3.1", "publicReleaseRefSpec": [ "^refs/heads/master$"