Skip to content

Commit 38d1111

Browse files
committed
bump package number
1 parent a8002fb commit 38d1111

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
"name": "Jo Giezi",
66
"url": "https://github.com/GieziJo/ScriptableObjectVariant"
77
},
8-
"version": "0.0.0",
8+
"version": "1.0.0",
99
"unity": "2020.2",
1010
"description": "Adds a field to any scriptable object tagged with the [SOVariant] attribute that lets you select a parent and override selected fields in the child object.",
1111
"keywords": ["Editor", "ScriptableObject", "Variant"],
1212
"category": "Editor",
13-
"type": "Editor"
13+
"type": "Editor",
14+
"dependencies": {
15+
"com.unity.nuget.newtonsoft-json": "2.0.0"
16+
}
1417
}

0 commit comments

Comments
 (0)