Skip to content

Commit

Permalink
Package version
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jun 5, 2021
1 parent 078d770 commit a077ac9
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.hap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.klak.hap": "0.1.18"
"jp.keijiro.klak.hap": "0.1.19"
```

After changes, the manifest file should look like below:
Expand All @@ -76,7 +76,7 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.klak.hap": "0.1.18",
"jp.keijiro.klak.hap": "0.1.19",
...
```

Expand Down
2 changes: 1 addition & 1 deletion Packages/jp.keijiro.klak.hap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"repository": "github:keijiro/KlakHap",
"unity": "2019.3",
"unityRelease": "4f0",
"version": "0.1.18"
"version": "0.1.19"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.klak.hap": "0.1.18"
"jp.keijiro.klak.hap": "0.1.19"
```

After changes, the manifest file should look like below:
Expand All @@ -76,7 +76,7 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.klak.hap": "0.1.18",
"jp.keijiro.klak.hap": "0.1.19",
...
```

Expand Down

0 comments on commit a077ac9

Please sign in to comment.