1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

Use semver-compliant version

This commit is contained in:
Greg Poole 2019-06-26 20:30:15 +10:00
parent 706672ca4a
commit 1cc4817a09

View File

@ -1,7 +1,7 @@
{ {
"name": "com.github.siccity.xnode", "name": "com.github.siccity.xnode",
"description": "xNode provides a set of APIs and an editor interface for creating and editing custom node graphs.", "description": "xNode provides a set of APIs and an editor interface for creating and editing custom node graphs.",
"version": "1.7", "version": "1.7.0",
"unity": "2018.1", "unity": "2018.1",
"displayName": "xNode" "displayName": "xNode"
} }