Skip to content

Commit

Permalink
chore(release): bump version to 0.2.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro authored Jun 4, 2024
1 parent d2b673d commit f21c688
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.1.6",
"version": "0.2.0",
"vpmDependencies": {
"com.vrchat.base": "^3.2.x",
"com.vrchat.udonsharp": "1.1.8",
"net.koyashiro.udonjwt": "0.1.6",
"net.koyashiro.udonjwt": "0.2.0",
"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.1.6",
"version": "0.2.0",
"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.1.6/net.koyashiro.udonjwt-0.1.6.zip",
"url": "https://github.com/koyashiro/udon-jwt/releases/download/v0.2.0/net.koyashiro.udonjwt-0.2.0.zip",
"vpmDependencies": {
"com.vrchat.base": "^3.2.x",
"com.vrchat.udonsharp": "^1.1.8",
Expand Down

0 comments on commit f21c688

Please sign in to comment.