From 840cf5ea4debc4a8dbc70115a0e01952510a62f9 Mon Sep 17 00:00:00 2001 From: max Date: Wed, 28 Dec 2022 14:56:16 +0100 Subject: [PATCH] Update package.json --- package.json | 51 ++++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index ddc9719..eabb05a 100644 --- a/package.json +++ b/package.json @@ -1,29 +1,30 @@ { - "name": "com.textus-games.serialized-reference-ui", - "version": "1.0.0", - "displayName": "Serialize Reference UI", - "description": "The UI for Unity's SerealizedReference attribute. It allows changing the instance type of a field right in the editor.", - "unity": "2019.3", - "keywords": - [ - "serialization", - "editor", - "utility" - ], - "samples": - [ - { - "displayName": "Animal world Assembly", - "path": "Samples~/ExampleAnimalWorldAssembly" - }, - { - "displayName": "Usage from different Assembly", - "path": "Samples~/ExampleOfUsageFromDifferentAssembly" - } - ], - "author": + "name": "com.textus-games.serialized-reference-ui", + "version": "1.1.0", + "displayName": "Serialize Reference UI", + "description": "The UI for Unity's SerealizedReference attribute. It allows changing the instance type of a field right in the editor.", + "unity": "2019.3", + "keywords": [ + "serialization", + "editor", + "utility" + ], + "samples": [ { - "name": "Textus Games", - "url": "https://github.com/TextusGames" + "displayName": "Animal world Assembly", + "path": "Samples~/ExampleAnimalWorldAssembly" + }, + { + "displayName": "Usage from different Assembly", + "path": "Samples~/ExampleOfUsageFromDifferentAssembly" + }, + { + "displayName": "Achievement system setup Assembly", + "path": "Samples~/ExamplesAchievementSysemAssembly" } + ], + "author": { + "name": "Textus Games", + "url": "https://github.com/TextusGames" + } } \ No newline at end of file