From 8466da16eefb09bbaa6cd020a88e25871b63d11e Mon Sep 17 00:00:00 2001 From: Vladislav Date: Thu, 29 Feb 2024 16:39:56 +0400 Subject: [PATCH] Updated version to 0.2.4 --- Formula/screenly-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/screenly-cli.rb b/Formula/screenly-cli.rb index 44e5dbf..43c3ec1 100644 --- a/Formula/screenly-cli.rb +++ b/Formula/screenly-cli.rb @@ -2,8 +2,8 @@ class ScreenlyCli < Formula desc "Command line interface is intended for quick interaction with Screenly through terminal." homepage "https://github.com/Screenly/cli" url "https://github.com/Screenly/cli.git", - tag: "v0.2.3" - version "v0.2.3" + tag: "v0.2.4" + version "v0.2.4" license "MIT" depends_on "rust" => :build