Skip to content

Commit

Permalink
release: bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro committed Feb 27, 2023
1 parent 6ccec34 commit b408d0a
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.4",
"version": "0.1.5",
"vpmDependencies": {
"com.vrchat.udonsharp": "1.1.7",
"net.koyashiro.udonencoding": "0.4.3",
"net.koyashiro.udonjson": "0.11.0",
"net.koyashiro.udonjwt": "0.1.4",
"net.koyashiro.udonjwt": "0.1.5",
"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.4",
"version": "0.1.5",
"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.4/net.koyashiro.udonjwt-0.1.4.zip",
"url": "https://github.com/koyashiro/udon-jwt/releases/download/v0.1.5/net.koyashiro.udonjwt-0.1.5.zip",
"vpmDependencies": {
"com.vrchat.udonsharp": "1.1.7",
"net.koyashiro.udonencoding": "0.4.3",
Expand Down

0 comments on commit b408d0a

Please sign in to comment.