From 14aa9ae4912dcf6e6e0dd9ccc2f0765c455149ee Mon Sep 17 00:00:00 2001 From: action Date: Sun, 12 Mar 2023 12:13:16 +0000 Subject: [PATCH] Auto increment pre-release version to 2.3.2-pre.2 [skip ci] --- package.json | 70 ++++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index c8d31e6..16bbb5e 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,35 @@ -{ - "name": "com.unity.uiextensions", - "displayName": "Unity UI Extensions", - "version": "2.3.2-pre.1", - "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": "2020.3", - "repository": { - "type": "git", - "url": "git+https://github.com/Unity-UI-Extensions/com.unity.uiextensions.git" - }, - "bugs": { - "url": "https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues" - }, - "keywords": [ - "Unity3D", - "Unity", - "Unity UI", - "UI Extensions" - ], - "samples": [ - { - "displayName": "UI Extensions Samples", - "description": "Examples and demonstrations of the Unity UI Extensions controls", - "path": "Examples~" - } - ], - "license": "BSD3" -} +{ + "name": "com.unity.uiextensions", + "displayName": "Unity UI Extensions", + "version": "2.3.2-pre.2", + "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": "2020.3", + "repository": { + "type": "git", + "url": "git+https://github.com/Unity-UI-Extensions/com.unity.uiextensions.git" + }, + "bugs": { + "url": "https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues" + }, + "keywords": [ + "Unity3D", + "Unity", + "Unity UI", + "UI Extensions" + ], + "samples": [ + { + "displayName": "UI Extensions Samples", + "description": "Examples and demonstrations of the Unity UI Extensions controls", + "path": "Examples~" + } + ], + "license": "BSD3" +}