Skip to content

Commit

Permalink
Package version number
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Nov 7, 2021
1 parent 5502bb2 commit 6ddaa5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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",
...
```
</details>
Expand All @@ -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:
Expand All @@ -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",
...
```
</details>
Expand Down
8 changes: 4 additions & 4 deletions jp.keijiro.klak.ndi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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",
...
```
</details>
Expand All @@ -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:
Expand All @@ -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",
...
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion jp.keijiro.klak.ndi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"name": "jp.keijiro.klak.ndi",
"unity": "2019.4",
"unityRelease": "0f1",
"version": "2.0.1"
"version": "2.0.2"
}

0 comments on commit 6ddaa5b

Please sign in to comment.