Skip to content

Commit

Permalink
bump to 0.3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trzr committed Aug 15, 2018
1 parent 6fa8448 commit ae7d4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CM3D2.AlwaysColorChangeEx.Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using CM3D2.AlwaysColorChangeEx.Plugin.UI.Helper;
using CM3D2.AlwaysColorChangeEx.Plugin.Util;

[assembly: AssemblyVersion("3.1.1")]
[assembly: AssemblyVersion("3.1.2")]
namespace CM3D2.AlwaysColorChangeEx.Plugin {
#if COM3D2
[PluginFilter("COM3D2x64"),
Expand All @@ -27,7 +27,7 @@ namespace CM3D2.AlwaysColorChangeEx.Plugin {
PluginFilter("CM3D2OHVRx64"),
#endif
PluginName("CM3D2_ACCex"),
PluginVersion("0.3.1.1")]
PluginVersion("0.3.1.2")]
class AlwaysColorChangeEx : PluginBase {

public static volatile string PluginName;
Expand Down

0 comments on commit ae7d4e6

Please sign in to comment.