From 224cebabc97eadf2cfb2130270d5366b8d2778e6 Mon Sep 17 00:00:00 2001 From: jochen Date: Wed, 19 Mar 2025 17:01:38 +0100 Subject: [PATCH 1/2] bump version to 3.3.3 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99cd50c..627ad6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "de.jochenheckl.unity.databinding", "displayName": "DataBinding", - "version": "3.3.2", + "version": "3.3.3", "unity": "2021.2", "description": "DataBinding is a method of connecting a data model with user interface components, allowing changes in one to automatically reflect in the other.\n\nThis package supplies the means that will enable you to implement declarative user interfaces (== user interfaces that are a function of the underlying data that defines it). It's like WPF for Unity Game Objects.", "keywords": [ From f741fdb1381973c5d03f7f15d5142563fadc49dc Mon Sep 17 00:00:00 2001 From: jochen Date: Wed, 19 Mar 2025 17:02:49 +0100 Subject: [PATCH 2/2] Update Unity version requirement to 2023.3 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 627ad6f..473f52d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "de.jochenheckl.unity.databinding", "displayName": "DataBinding", "version": "3.3.3", - "unity": "2021.2", + "unity": "2023.3", "description": "DataBinding is a method of connecting a data model with user interface components, allowing changes in one to automatically reflect in the other.\n\nThis package supplies the means that will enable you to implement declarative user interfaces (== user interfaces that are a function of the underlying data that defines it). It's like WPF for Unity Game Objects.", "keywords": [ "Data Binding",