Skip to content

Commit

Permalink
bump to 0.3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trzr committed Dec 3, 2018
1 parent f724b89 commit 10c9837
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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("0.3.1.3")]
[assembly: AssemblyVersion("0.3.1.4")]
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.3")]
PluginVersion("0.3.1.4")]
class AlwaysColorChangeEx : PluginBase {

public static volatile string PluginName;
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ CM3D2.AlwaysColorChangeEx.Plugin
UnityInjectorが導入済みであること

#### ◇動作確認環境
- バージョン:**1.55** (CM3D2), **1.19.1** (COM3D2)
- プラグイン:UnityInjector

| env | version | plugin version |
| -------| ------- | ----------------- |
| CM3D2 | 1.58 | ? - 0.3.1.3 |
| COM3D2 | 1.21.1 | ? - 0.3.1.3 |
| | 1.23 | 0.3.1.4- |

- 前提プラグイン:UnityInjector/Sybaris

プラグインバージョン 0.3.1.4~は COM3D2 1.23以降のみサポートとなります。

#### ◇インストール

Expand Down

0 comments on commit 10c9837

Please sign in to comment.