From 99a07daaabf2b6cebdcad83a6b755fb3b2b72d87 Mon Sep 17 00:00:00 2001 From: Sergey Borovkov Date: Fri, 9 Aug 2024 10:29:57 +0400 Subject: [PATCH] Update screenly-cli.rb --- 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 ee1f213..313dd56 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.6" - version "v0.2.6" + tag: "v0.2.7" + version "v0.2.7" license "MIT" depends_on "rust" => :build