Skip to content

Commit

Permalink
Version up to 2.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Milly committed May 11, 2016
1 parent e9d60e0 commit 7ec80ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CM3D2.CameraUtility.Plugin/CM3D2.CameraUtility.Plugin.cs
Expand Up @@ -17,7 +17,7 @@ namespace CM3D2.CameraUtility.Plugin
PluginFilter("CM3D2OHx86"),
PluginFilter("CM3D2OHVRx64"),
PluginName("Camera Utility"),
PluginVersion("2.3.0.0")]
PluginVersion("2.3.1.0")]
public class CameraUtility : PluginBase
{
#region Constants
Expand Down
4 changes: 2 additions & 2 deletions CM3D2.CameraUtility.Plugin/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.3.1.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -171,6 +171,10 @@ Sybaris の AutoCompile に対応しています。

## 変更履歴

* 2.3.1.0
* NullReferenceException を修正
* Unity 5.3.4p4 対応

* 2.3.0.0
* Chu-B Lip + VR 対応

Expand Down

0 comments on commit 7ec80ec

Please sign in to comment.