Skip to content

Commit

Permalink
v4.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracz committed Nov 28, 2024
1 parent dc3d5a5 commit 123bffc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN { \
&& chmod 0644 /etc/cron.d/suplascripts


ENV SUPLA_SCRIPTS_VERSION=4.5.7
ENV SUPLA_SCRIPTS_VERSION=4.5.8
#COPY supla-scripts.tar.gz ./supla-scripts-$SUPLA_SCRIPTS_VERSION.tar.gz
RUN wget -nc https://github.com/fracz/supla-scripts/releases/download/v${SUPLA_SCRIPTS_VERSION}/supla-scripts-${SUPLA_SCRIPTS_VERSION}.tar.gz \
&& tar -xzf supla-scripts-${SUPLA_SCRIPTS_VERSION}.tar.gz -C . \
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supla-scripts",
"version": "4.5.7",
"version": "4.5.8",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supla-scripts",
"version": "4.5.7",
"version": "4.5.8",
"description": "",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 123bffc

Please sign in to comment.