Ver código fonte

Bump version ready for December release.

Will need to release before Wednesday, as changes in HA 2023.12 yaml parser
broke some things.
Jason Rumney 2 anos atrás
pai
commit
7805504ff8
1 arquivos alterados com 13 adições e 13 exclusões
  1. 13 13
      custom_components/tuya_local/manifest.json

+ 13 - 13
custom_components/tuya_local/manifest.json

@@ -1,13 +1,13 @@
-{
-    "domain": "tuya_local",
-    "name": "Tuya Local",
-    "codeowners": ["@make-all"],
-    "config_flow": true,
-    "dependencies": [],
-    "documentation": "https://github.com/make-all/tuya-local",
-    "integration_type": "device",
-    "iot_class": "local_push",
-    "issue_tracker": "https://github.com/make-all/tuya-local/issues",
-    "requirements": ["tinytuya==1.13.1"],
-    "version": "2023.11.1"
-}
+{
+    "domain": "tuya_local",
+    "name": "Tuya Local",
+    "codeowners": ["@make-all"],
+    "config_flow": true,
+    "dependencies": [],
+    "documentation": "https://github.com/make-all/tuya-local",
+    "integration_type": "device",
+    "iot_class": "local_push",
+    "issue_tracker": "https://github.com/make-all/tuya-local/issues",
+    "requirements": ["tinytuya==1.13.1"],
+    "version": "2023.12.0"
+}