diff --git a/Cargo.toml b/Cargo.toml index 9d07502..7244684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screenly" -version = "1.0.3" +version = "1.0.4" edition = "2021" [[bin]] diff --git a/Dockerfile b/Dockerfile index 176832c..ef6cbf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3 as builder WORKDIR /usr/src/screenly-cli RUN apk add --no-cache wget tar -ARG RELEASE=v1.0.3 +ARG RELEASE=v1.0.4 RUN wget "https://github.com/Screenly/cli/releases/download/$RELEASE/screenly-cli-x86_64-unknown-linux-musl.tar.gz" RUN tar xfz screenly-cli-x86_64-unknown-linux-musl.tar.gz diff --git a/action.yml b/action.yml index 0eabbe4..e9e240e 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: required: false cli_version: description: "Screenly CLI version." - default: "v1.0.3" + default: "v1.0.4" outputs: cli_commands_response: