From 422f8951df7ac912d658cee16276fdfac58d9a0d Mon Sep 17 00:00:00 2001 From: Keijiro Takahashi Date: Fri, 9 Jul 2021 00:36:39 +0900 Subject: [PATCH] Version number update --- Packages/jp.keijiro.klak.spout/README.md | 6 +++--- Packages/jp.keijiro.klak.spout/package.json | 2 +- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Packages/jp.keijiro.klak.spout/README.md b/Packages/jp.keijiro.klak.spout/README.md index 267952c..14af9d4 100644 --- a/Packages/jp.keijiro.klak.spout/README.md +++ b/Packages/jp.keijiro.klak.spout/README.md @@ -1,7 +1,7 @@ KlakSpout ========= -![gif](https://user-images.githubusercontent.com/343936/124217162-c3843000-db32-11eb-81ee-9f81a5b467fe.gif) +![gif](https://user-images.githubusercontent.com/343936/124232423-993f6c00-db4c-11eb-80d3-4c660a2025d9.gif) ![gif](https://user-images.githubusercontent.com/343936/124217164-c4b55d00-db32-11eb-88f1-735a04bfb235.gif) **KlakSpout** is a Unity plugin that allows Unity to send/receive video streams @@ -39,7 +39,7 @@ To the `scopedRegistries` section: To the `dependencies` section: ``` -"jp.keijiro.klak.spout": "2.0.1" +"jp.keijiro.klak.spout": "2.0.2" ``` After changes, the manifest file should look like below: @@ -54,7 +54,7 @@ After changes, the manifest file should look like below: } ], "dependencies": { - "jp.keijiro.klak.spout": "2.0.1", + "jp.keijiro.klak.spout": "2.0.2", ... ``` diff --git a/Packages/jp.keijiro.klak.spout/package.json b/Packages/jp.keijiro.klak.spout/package.json index 21e035f..c0ddc70 100644 --- a/Packages/jp.keijiro.klak.spout/package.json +++ b/Packages/jp.keijiro.klak.spout/package.json @@ -9,5 +9,5 @@ "repository": "github:keijiro/KlakSpout", "unity": "2020.3", "unityRelease": "1f1", - "version": "2.0.1" + "version": "2.0.2" } diff --git a/README.md b/README.md index bd4d724..14af9d4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To the `scopedRegistries` section: To the `dependencies` section: ``` -"jp.keijiro.klak.spout": "2.0.1" +"jp.keijiro.klak.spout": "2.0.2" ``` After changes, the manifest file should look like below: @@ -54,7 +54,7 @@ After changes, the manifest file should look like below: } ], "dependencies": { - "jp.keijiro.klak.spout": "2.0.1", + "jp.keijiro.klak.spout": "2.0.2", ... ```