Skip to content

Commit ae9370b

Browse files
committed
update to unity hosted Newtonsoft JSON package
1 parent 4f282f4 commit ae9370b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "com.tannern.graphql-client",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"displayName": "graphQL-client",
55
"description": "A GraphQL client library",
66
"unity": "2019.1",
77
"repository": {
88
"type": "git",
99
"url": "[email protected]:rennat/graphQL-client-unity.git",
10-
"revision": "0.1.1"
10+
"revision": "0.1.2"
1111
},
1212
"dependencies": {
13-
"jillejr.newtonsoft.json-for-unity": "12.0.301"
13+
"com.unity.nuget.newtonsoft-json": "3.0"
1414
}
1515
}

0 commit comments

Comments
 (0)