Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ikifar2012 committed Mar 21, 2021
1 parent 9b76e32 commit 8388560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tdm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install wheel
RUN python3 -m pip install pyqt5
RUN python3 -m pip install setuptools
RUN python3 -m pip install tdmgr
RUN python3 -m pip install tdmgr==0.2.9
RUN python3 -m pip install PyQtWebEngine

COPY rootfs /
2 changes: 1 addition & 1 deletion tdm/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Tasmota Device Manager",
"version": "1.0.8",
"version": "1.0.9",
"slug": "tdm",
"description": "GUI application to discover and monitor devices flashed with Tasmota",
"arch": ["amd64", "armhf", "aarch64"],
Expand Down

0 comments on commit 8388560

Please sign in to comment.