Skip to content

Commit 8f5a7e4

Browse files
committed
0.3.1
1 parent 4f88a2c commit 8f5a7e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NebulaPatcher/PluginInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ internal static class PluginInfo
3535
/// Version of the plugin. Must be in form <major>.<minor>.<build>.<revision>.
3636
/// Major and minor versions are mandatory, but build and revision can be left unspecified.
3737
/// </summary>
38-
public const string PLUGIN_VERSION = "0.3.0";
38+
public const string PLUGIN_VERSION = "0.3.1";
3939

4040
public static string PLUGIN_SHORT_SHA = new string(FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion.Split('+')[1].Take(7).ToArray());
4141

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
33

4-
"version": "0.1",
4+
"version": "0.3.1",
55

66
"publicReleaseRefSpec": [
77
"^refs/heads/master$"

0 commit comments

Comments
 (0)