Skip to content

Commit

Permalink
Merge pull request #114 from whateverusername0/bleeding-edge
Browse files Browse the repository at this point in the history
update version to 1.15.2
  • Loading branch information
whateverusername0 authored Oct 7, 2023
2 parents c6803d5 + 8a2b36c commit 118b5f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Plugin/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace Plugin
public const string
PLUGIN_GUID = "com.whateverusername0.vrtrakill",
PLUGIN_NAME = "VRTRAKILL",
PLUGIN_VERSION = "0.15.1";
PLUGIN_VERSION = "0.15.2";

public static string
PluginPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location),
Expand Down
4 changes: 2 additions & 2 deletions Plugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.15.1.0")]
[assembly: AssemblyFileVersion("0.15.1.0")]
[assembly: AssemblyVersion("0.15.2.0")]
[assembly: AssemblyFileVersion("0.15.2.0")]

0 comments on commit 118b5f0

Please sign in to comment.