From 4867f785bc600c6f97532999fb5d9d973164cd57 Mon Sep 17 00:00:00 2001 From: Salman Faris Date: Tue, 25 Aug 2026 15:21:34 +0530 Subject: [PATCH] Bump version to 1.2.2. Align Cargo.toml, action.yml, Dockerfile, and Cargo.lock with the next release tag. --- Cargo.lock | 2 +- Cargo.toml | 2 +- Dockerfile | 2 +- action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f8478e3..d7e5bc57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2893,7 +2893,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "screenly" -version = "1.1.1" +version = "1.2.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1efaba61..5e315a75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screenly" -version = "1.1.1" +version = "1.2.2" edition = "2021" [[bin]] diff --git a/Dockerfile b/Dockerfile index 47fdb137..66e294b6 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.1.1 +ARG RELEASE=v1.2.2 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 76b771c9..65b6a974 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: required: false cli_version: description: "Screenly CLI version." - default: "v1.2.1" + default: "v1.2.2" outputs: cli_commands_response: