diff --git a/README.md b/README.md index 85cf103e..f53e0380 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ To the `dependencies` section: ``` "org.nuget.system.memory": "4.5.3", -"jp.keijiro.klak.ndi": "2.0.1" +"jp.keijiro.klak.ndi": "2.0.2" ``` After the changes, the manifest file should look like: @@ -110,7 +110,7 @@ After the changes, the manifest file should look like: ], "dependencies": { "org.nuget.system.memory": "4.5.3", - "jp.keijiro.klak.ndi": "2.0.1", + "jp.keijiro.klak.ndi": "2.0.2", ... ``` @@ -131,7 +131,7 @@ To the `scopedRegistries` section: To the `dependencies` section: ``` -"jp.keijiro.klak.ndi": "2.0.1" +"jp.keijiro.klak.ndi": "2.0.2" ``` After the changes, the manifest file should look like: @@ -146,7 +146,7 @@ After the changes, the manifest file should look like: } ], "dependencies": { - "jp.keijiro.klak.ndi": "2.0.1", + "jp.keijiro.klak.ndi": "2.0.2", ... ``` diff --git a/jp.keijiro.klak.ndi/README.md b/jp.keijiro.klak.ndi/README.md index 85cf103e..f53e0380 100644 --- a/jp.keijiro.klak.ndi/README.md +++ b/jp.keijiro.klak.ndi/README.md @@ -89,7 +89,7 @@ To the `dependencies` section: ``` "org.nuget.system.memory": "4.5.3", -"jp.keijiro.klak.ndi": "2.0.1" +"jp.keijiro.klak.ndi": "2.0.2" ``` After the changes, the manifest file should look like: @@ -110,7 +110,7 @@ After the changes, the manifest file should look like: ], "dependencies": { "org.nuget.system.memory": "4.5.3", - "jp.keijiro.klak.ndi": "2.0.1", + "jp.keijiro.klak.ndi": "2.0.2", ... ``` @@ -131,7 +131,7 @@ To the `scopedRegistries` section: To the `dependencies` section: ``` -"jp.keijiro.klak.ndi": "2.0.1" +"jp.keijiro.klak.ndi": "2.0.2" ``` After the changes, the manifest file should look like: @@ -146,7 +146,7 @@ After the changes, the manifest file should look like: } ], "dependencies": { - "jp.keijiro.klak.ndi": "2.0.1", + "jp.keijiro.klak.ndi": "2.0.2", ... ``` diff --git a/jp.keijiro.klak.ndi/package.json b/jp.keijiro.klak.ndi/package.json index 7ecf55ca..210eb102 100644 --- a/jp.keijiro.klak.ndi/package.json +++ b/jp.keijiro.klak.ndi/package.json @@ -8,5 +8,5 @@ "name": "jp.keijiro.klak.ndi", "unity": "2019.4", "unityRelease": "0f1", - "version": "2.0.1" + "version": "2.0.2" }