Skip to content

Commit ff0eac6

Browse files
committed
chore: bump version to 0.1.1
1 parent 026d82c commit ff0eac6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "net.koyashiro.udonjwt.tests",
33
"displayName": "UdonJwt.Tests",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"vpmDependencies": {
66
"com.vrchat.udonsharp": "1.1.6",
77
"net.koyashiro.udonencoding": "0.4.0",
88
"net.koyashiro.udonjson": "0.10.0",
9+
"net.koyashiro.udonjwt": "0.1.1",
910
"net.koyashiro.udontest": "0.4.1"
1011
}
1112
}

Packages/net.koyashiro.udonjwt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "net.koyashiro.udonjwt",
33
"displayName": "UdonJwt",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "JWT library for UdonSharp.",
66
"homepage": "https://github.com/koyashiro/udon-jwt",
77
"bugs": {
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/koyashiro/udon-jwt"
1919
},
2020
"samples": [],
21-
"url": "https://github.com/koyashiro/udon-jwt/releases/download/v0.8.1/net.koyashiro.udonjwt-0.1.0.zip",
21+
"url": "https://github.com/koyashiro/udon-jwt/releases/download/v0.1.1/net.koyashiro.udonjwt-0.1.1.zip",
2222
"vpmDependencies": {
2323
"com.vrchat.udonsharp": "1.1.6",
2424
"net.koyashiro.udonencoding": "0.4.0",

0 commit comments

Comments
 (0)