Skip to content

Commit

Permalink
Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jul 21, 2021
1 parent a04b4e6 commit ae27321
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Packages/jp.keijiro.libsoundio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.libsoundio": "1.0.1"
"jp.keijiro.libsoundio": "1.0.2"
```

After changes, the manifest file should look like below:
Expand All @@ -73,6 +73,6 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.libsoundio": "1.0.1",
"jp.keijiro.libsoundio": "1.0.2",
...
```
2 changes: 1 addition & 1 deletion Packages/jp.keijiro.libsoundio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"repository": "github:keijiro/jp.keijiro.libsoundio",
"unity": "2019.3",
"unityRelease": "1f1",
"version": "1.0.1"
"version": "1.0.2"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.libsoundio": "1.0.1"
"jp.keijiro.libsoundio": "1.0.2"
```

After changes, the manifest file should look like below:
Expand All @@ -73,6 +73,6 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.libsoundio": "1.0.1",
"jp.keijiro.libsoundio": "1.0.2",
...
```

0 comments on commit ae27321

Please sign in to comment.