From f623ba799eba7d44bb06997285514f05484723f5 Mon Sep 17 00:00:00 2001 From: mitay-walle Date: Sat, 11 Jun 2022 01:17:34 +0300 Subject: [PATCH] 1.1.0 --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index efb04ed..d3a002b 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,17 @@ { "name": "com.mitay-walle.ui-circle-segmented", - "version": "1.0.0", + "version": "1.1.0", "displayName": "UI Circle Segmented", "description": "Custom graphic for uGUI\n\nCircle splitted to segments, with \n- skip offset\n- sprite round\n- global offset\n- circle-spaced gradient", "unity": "2018.4", - "documentationUrl": "https://github.com/mitay-walle/GradientTexture/blob/main/README.md", - "licensesUrl": "https://github.com/mitay-walle/GradientTexture/blob/main/LICENSE.md", + "documentationUrl": "https://github.com/mitay-walle/Unity3d-UICircleSegmented//blob/main/README.md", + "licensesUrl": "https://github.com/mitay-walle/Unity3d-UICircleSegmented//blob/main/LICENSE.md", "dependencies": { }, "keywords": [ - "Texture", - "Procedural", - "Gradient" + "UI", + "uGUI", + "Graphic", + "Geometry" ], "author": { "name": "mitay-walle",