Skip to content

Commit

Permalink
Version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jul 8, 2021
1 parent 29d1ca9 commit 422f895
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Packages/jp.keijiro.klak.spout/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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",
...
```

Expand Down
2 changes: 1 addition & 1 deletion Packages/jp.keijiro.klak.spout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"repository": "github:keijiro/KlakSpout",
"unity": "2020.3",
"unityRelease": "1f1",
"version": "2.0.1"
"version": "2.0.2"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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",
...
```

Expand Down

0 comments on commit 422f895

Please sign in to comment.