From 10cda0c6ff7905b6994f98660eaa7e91ad66abfa Mon Sep 17 00:00:00 2001 From: Sergey Borovkov Date: Wed, 8 Jan 2025 13:41:14 +0400 Subject: [PATCH] Bump version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- Dockerfile | 2 +- action.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f0b90d..d7eb875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2333,7 +2333,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "screenly" -version = "1.0.2" +version = "1.0.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 65dd74a..1382794 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screenly" -version = "1.0.2" +version = "1.0.3" edition = "2021" [[bin]] diff --git a/Dockerfile b/Dockerfile index 762748f..176832c 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.2 +ARG RELEASE=v1.0.3 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 0f30044..de5d5a9 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: required: false cli_version: description: "Screenly CLI version." - default: "v1.0.2" + default: "v1.0.3" outputs: cli_commands_response: