Skip to content

Commit

Permalink
chore(release): bump version to 0.2.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro authored Jun 4, 2024
1 parent 0b0d169 commit 9675ff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Packages/net.koyashiro.udonjwt.tests/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "net.koyashiro.udonjwt.tests",
"displayName": "UdonJwt.Tests",
"version": "0.2.0",
"version": "0.2.1",
"vpmDependencies": {
"com.vrchat.base": "^3.5.2",
"com.vrchat.worlds": "^3.5.2",
"net.koyashiro.udonjwt": "0.2.0",
"net.koyashiro.udonjwt": "0.2.1",
"net.koyashiro.udontest": "0.5.2"
}
}
4 changes: 2 additions & 2 deletions Packages/net.koyashiro.udonjwt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "net.koyashiro.udonjwt",
"displayName": "UdonJwt",
"version": "0.2.0",
"version": "0.2.1",
"description": "JWT library for UdonSharp.",
"homepage": "https://github.com/koyashiro/udon-jwt",
"bugs": {
Expand All @@ -18,7 +18,7 @@
"url": "https://github.com/koyashiro/udon-jwt"
},
"samples": [],
"url": "https://github.com/koyashiro/udon-jwt/releases/download/v0.2.0/net.koyashiro.udonjwt-0.2.0.zip",
"url": "https://github.com/koyashiro/udon-jwt/releases/download/v0.2.1/net.koyashiro.udonjwt-0.2.1.zip",
"vpmDependencies": {
"com.vrchat.base": "^3.5.2",
"com.vrchat.worlds": "^3.5.2",
Expand Down

0 comments on commit 9675ff3

Please sign in to comment.