Skip to content

Commit

Permalink
chore: bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro committed Feb 25, 2023
1 parent 9c81de0 commit 7a2a935
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,12 +1,12 @@
{
"name": "net.koyashiro.udonjwt.tests",
"displayName": "UdonJwt.Tests",
"version": "0.1.2",
"version": "0.1.3",
"vpmDependencies": {
"com.vrchat.udonsharp": "1.1.7",
"net.koyashiro.udonencoding": "0.4.2",
"net.koyashiro.udonjson": "0.10.2",
"net.koyashiro.udonjwt": "0.1.2",
"net.koyashiro.udonjwt": "0.1.3",
"net.koyashiro.udontest": "0.4.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.2",
"version": "0.1.3",
"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.2/net.koyashiro.udonjwt-0.1.2.zip",
"url": "https://github.com/koyashiro/udon-jwt/releases/download/v0.1.3/net.koyashiro.udonjwt-0.1.3.zip",
"vpmDependencies": {
"com.vrchat.udonsharp": "1.1.7",
"net.koyashiro.udonencoding": "0.4.2",
Expand Down

0 comments on commit 7a2a935

Please sign in to comment.