We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c5329 commit ca5a78dCopy full SHA for ca5a78d
build.sh
@@ -77,8 +77,5 @@ qemu-system-arm \
77
-nographic
78
sync
79
80
-echo " * compressing tuya-convert-os image"
81
cp raspbian-lite.img tuya-convert-os.img
82
-zip tuya-convert-os.zip tuya-convert-os.img
83
-
84
-echo " * tuya-convert-os.zip is ready"
+echo " * tuya-convert-os.img is ready"
tcfrontend/__init__.py
@@ -1,2 +1,3 @@
1
2
-VERSION = '1.1.0'
+VERSION = '1.1.1'
3
+
0 commit comments