Skip to content

Commit

Permalink
v4.5.0 release 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fracz committed Feb 25, 2022
1 parent 5d3cd32 commit dfff04f
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.4.0
ENV SUPLA_SCRIPTS_VERSION=4.5.0
#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.4.0",
"version": "4.5.0",
"private": true,
"license": "UNLICENSED",
"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.4.0",
"version": "4.5.0",
"description": "",
"license": "UNLICENSED",
"private": true,
Expand Down

0 comments on commit dfff04f

Please sign in to comment.