From eecf9f70b7c89e7f2dc51e4d570daaf369016343 Mon Sep 17 00:00:00 2001 From: "Simon (darkside) Jackson" Date: Wed, 14 Aug 2019 19:17:20 +0100 Subject: [PATCH] update project.json to be more UPM compatible --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3106ffa..972786e 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,19 @@ { - "name": "unity-ui-extensions", - "version": "2.0.1", + "name": "com.unity.uiextensions", + "version": "2.1.0", "description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community", "author": "Simon darkside Jackson <@SimonDarksideJ>", "contributors": [{ "name": "SimonDarksideJ", "twitter": "@SimonDarksideJ" }], + "unity": "2019.1", "repository": { "type": "hg", - "url": "https://ddreaper@bitbucket.org/ddreaper/unity-ui-extensions" + "url": "https://ddreaper@bitbucket.org/UnityUIExtensions/unity-ui-extensions" }, "bugs": { - "url": "https://bitbucket.org/ddreaper/unity-ui-extensions/issues" + "url": "https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues" }, "keywords": [ "Unity3D", @@ -20,5 +21,5 @@ "Unity UI", "UI Extensions" ], - "license": "BSD" + "license": "BSD3" } \ No newline at end of file