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 21, 2021
1 parent 750fda8 commit f690796
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.lasp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.lasp": "2.1.3"
"jp.keijiro.lasp": "2.1.4"
```

After changes, the manifest file should look like below:
Expand All @@ -88,7 +88,7 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.lasp": "2.1.3",
"jp.keijiro.lasp": "2.1.4",
...
```

Expand Down
2 changes: 1 addition & 1 deletion Packages/jp.keijiro.lasp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"repository": "github:keijiro/Lasp",
"unity": "2019.4",
"unityRelease": "0f1",
"version": "2.1.3"
"version": "2.1.4"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.lasp": "2.1.3"
"jp.keijiro.lasp": "2.1.4"
```

After changes, the manifest file should look like below:
Expand All @@ -88,7 +88,7 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.lasp": "2.1.3",
"jp.keijiro.lasp": "2.1.4",
...
```

Expand Down

0 comments on commit f690796

Please sign in to comment.