Skip to content

Commit

Permalink
Version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Aug 22, 2020
1 parent 15ee39f commit dcd222f
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.beta/README.md
Expand Up @@ -29,7 +29,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

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

After changes, the manifest file should look like below:
Expand All @@ -44,6 +44,6 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.beta": "1.0.1",
"jp.keijiro.beta": "1.0.2",
...
```
2 changes: 1 addition & 1 deletion Packages/jp.keijiro.beta/package.json
Expand Up @@ -9,5 +9,5 @@
"repository": "github:keijiro/jp.keijiro.beta",
"unity": "2018.1",
"unityRelease": "0f1",
"version": "1.0.1"
"version": "1.0.2"
}
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,7 +29,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

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

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

0 comments on commit dcd222f

Please sign in to comment.