Skip to content

Commit

Permalink
chore: bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro committed Jan 2, 2023
1 parent 026d82c commit ff0eac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Packages/net.koyashiro.udonjwt.tests/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "net.koyashiro.udonjwt.tests",
"displayName": "UdonJwt.Tests",
"version": "0.1.0",
"version": "0.1.1",
"vpmDependencies": {
"com.vrchat.udonsharp": "1.1.6",
"net.koyashiro.udonencoding": "0.4.0",
"net.koyashiro.udonjson": "0.10.0",
"net.koyashiro.udonjwt": "0.1.1",
"net.koyashiro.udontest": "0.4.1"
}
}
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.0",
"version": "0.1.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.8.1/net.koyashiro.udonjwt-0.1.0.zip",
"url": "https://github.com/koyashiro/udon-jwt/releases/download/v0.1.1/net.koyashiro.udonjwt-0.1.1.zip",
"vpmDependencies": {
"com.vrchat.udonsharp": "1.1.6",
"net.koyashiro.udonencoding": "0.4.0",
Expand Down

0 comments on commit ff0eac6

Please sign in to comment.