Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jun 18, 2020
1 parent 373e10d commit ec0eee6
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.metamesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.metamesh": "0.0.5"
"jp.keijiro.metamesh": "0.0.6"
```

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

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

```
"jp.keijiro.metamesh": "0.0.5"
"jp.keijiro.metamesh": "0.0.6"
```

After changes, the manifest file should look like below:
Expand All @@ -52,6 +52,6 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.metamesh": "0.0.5",
"jp.keijiro.metamesh": "0.0.6",
...
```

0 comments on commit ec0eee6

Please sign in to comment.