Skip to content

Commit

Permalink
package version number
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Mar 31, 2022
1 parent 1402d35 commit 0b68b0d
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.klak.cosinegradient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.klak.cosinegradient": "1.0.1"
"jp.keijiro.klak.cosinegradient": "1.1.0"
```

After changes, the manifest file should look like below:
Expand All @@ -48,6 +48,6 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.klak.cosinegradient": "1.0.1",
"jp.keijiro.klak.cosinegradient": "1.1.0",
...
```
2 changes: 1 addition & 1 deletion Packages/jp.keijiro.klak.cosinegradient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"repository": "github:keijiro/CosineGradient",
"unity": "2019.4",
"unityRelease": "0f1",
"version": "1.0.1"
"version": "1.1.0"
}

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.klak.cosinegradient": "1.0.1"
"jp.keijiro.klak.cosinegradient": "1.1.0"
```

After changes, the manifest file should look like below:
Expand All @@ -48,6 +48,6 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.klak.cosinegradient": "1.0.1",
"jp.keijiro.klak.cosinegradient": "1.1.0",
...
```

0 comments on commit 0b68b0d

Please sign in to comment.