From fb21bf60f0ab20e83d05927b8e7f9411c5725777 Mon Sep 17 00:00:00 2001 From: Danae Dekker Date: Mon, 2 Sep 2024 19:03:39 +0200 Subject: [PATCH] Updated version and dependency versions in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eac9dff..bed1508 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "com.audune.localization", "displayName": "Localization", - "version": "1.2.2", + "version": "2.0.0", "unity": "2022.3", "description": "Simple string localization system for Unity 2022 LTS or higher", "documentationUrl": "https://github.com/audunegames/localization", - "changelogUrl": "https://github.com/audunegames/localization/commits/v1.2.2", + "changelogUrl": "https://github.com/audunegames/localization/commits/v2.0.0", "licensesUrl": "https://www.gnu.org/licenses/gpl-3.0.html", "license": "GPL-3.0-or-later", "author": { @@ -16,6 +16,6 @@ "dependencies": { "com.audune.utils.types": "1.0.0", "com.audune.utils.dictionary": "1.0.1", - "com.audune.utils.unityeditor": "2.0.2" + "com.audune.utils.unityeditor": "2.0.5" } }