Skip to content

Commit cf782c5

Browse files
authored
release: bump version to 0.1.6 (#17)
1 parent bdcb864 commit cf782c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "net.koyashiro.udonjwt.tests",
33
"displayName": "UdonJwt.Tests",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"vpmDependencies": {
66
"com.vrchat.base": "^3.2.x",
77
"com.vrchat.udonsharp": "1.1.8",
88
"net.koyashiro.udonencoding": "0.4.4",
9-
"net.koyashiro.udonjwt": "0.1.5",
9+
"net.koyashiro.udonjwt": "0.1.6",
1010
"net.koyashiro.udontest": "0.5.2"
1111
}
1212
}

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.5",
4+
"version": "0.1.6",
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.1.5/net.koyashiro.udonjwt-0.1.5.zip",
21+
"url": "https://github.com/koyashiro/udon-jwt/releases/download/v0.1.6/net.koyashiro.udonjwt-0.1.6.zip",
2222
"vpmDependencies": {
2323
"com.vrchat.base": "^3.2.x",
2424
"com.vrchat.udonsharp": "^1.1.8",

0 commit comments

Comments
 (0)