Skip to content

Commit 10cda0c

Browse files
Bump version
1 parent 00080ba commit 10cda0c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screenly"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
edition = "2021"
55

66
[[bin]]

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3 as builder
33

44
WORKDIR /usr/src/screenly-cli
55
RUN apk add --no-cache wget tar
6-
ARG RELEASE=v1.0.2
6+
ARG RELEASE=v1.0.3
77
RUN wget "https://github.com/Screenly/cli/releases/download/$RELEASE/screenly-cli-x86_64-unknown-linux-musl.tar.gz"
88
RUN tar xfz screenly-cli-x86_64-unknown-linux-musl.tar.gz
99

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
required: false
2020
cli_version:
2121
description: "Screenly CLI version."
22-
default: "v1.0.2"
22+
default: "v1.0.3"
2323

2424
outputs:
2525
cli_commands_response:

0 commit comments

Comments
 (0)