Skip to content

Commit

Permalink
Merge pull request #402 from PhantomGamers/0.3.1
Browse files Browse the repository at this point in the history
0.3.1
  • Loading branch information
PhantomGamers authored Jul 26, 2021
2 parents 4f88a2c + 8f5a7e4 commit 411bbb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NebulaPatcher/PluginInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ internal static class PluginInfo
/// Version of the plugin. Must be in form <major>.<minor>.<build>.<revision>.
/// Major and minor versions are mandatory, but build and revision can be left unspecified.
/// </summary>
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());

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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$"
Expand Down

0 comments on commit 411bbb5

Please sign in to comment.