Skip to content

Commit

Permalink
Version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Aug 2, 2021
1 parent 95232c8 commit 981206a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Packages/jp.keijiro.klak.spout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.klak.spout": "2.0.2"
"jp.keijiro.klak.spout": "2.0.3"
```

After changes, the manifest file should look like below:
Expand All @@ -54,7 +54,7 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.klak.spout": "2.0.2",
"jp.keijiro.klak.spout": "2.0.3",
...
```

Expand Down
2 changes: 1 addition & 1 deletion Packages/jp.keijiro.klak.spout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"repository": "github:keijiro/KlakSpout",
"unity": "2020.3",
"unityRelease": "1f1",
"version": "2.0.2"
"version": "2.0.3"
}
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.3.13f1
m_EditorVersionWithRevision: 2020.3.13f1 (71691879b7f5)
m_EditorVersion: 2020.3.15f2
m_EditorVersionWithRevision: 2020.3.15f2 (6cf78cb77498)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.klak.spout": "2.0.2"
"jp.keijiro.klak.spout": "2.0.3"
```

After changes, the manifest file should look like below:
Expand All @@ -54,7 +54,7 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.klak.spout": "2.0.2",
"jp.keijiro.klak.spout": "2.0.3",
...
```

Expand Down

0 comments on commit 981206a

Please sign in to comment.