From f9acf04dcbaddeaba924d6b28d6bcfb162012080 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Mon, 9 Jun 2025 21:05:21 +0200 Subject: [PATCH] Update tactility.py and tactility.properties for new release (#289) --- ExternalApps/HelloWorld/tactility.properties | 2 +- ExternalApps/HelloWorld/tactility.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExternalApps/HelloWorld/tactility.properties b/ExternalApps/HelloWorld/tactility.properties index 14c0bdfb..aa5aa4a2 100644 --- a/ExternalApps/HelloWorld/tactility.properties +++ b/ExternalApps/HelloWorld/tactility.properties @@ -1,2 +1,2 @@ [sdk] -version = 0.4.0-dev +version = 0.4.0 diff --git a/ExternalApps/HelloWorld/tactility.py b/ExternalApps/HelloWorld/tactility.py index e27ed647..310de9f3 100644 --- a/ExternalApps/HelloWorld/tactility.py +++ b/ExternalApps/HelloWorld/tactility.py @@ -15,7 +15,7 @@ platform_targets = ["esp32", "esp32s3"] platform_arguments = platform_targets.copy() platform_arguments.append("all") ttbuild_path = ".tactility" -ttbuild_version = "0.3.0" +ttbuild_version = "1.0.0" ttbuild_properties_file = "tactility.properties" ttbuild_cdn = "https://cdn.tactility.one" ttbuild_sdk_json_validity = 3600 # seconds