From 63362dfd0e782d45a6d14304a29214059ea47225 Mon Sep 17 00:00:00 2001 From: Goh Hong Yi Date: Mon, 25 Mar 2024 11:10:30 +0800 Subject: [PATCH] bump to v0.1.1 --- Formula/poui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/poui.rb b/Formula/poui.rb index bf56b0f..3818ec2 100644 --- a/Formula/poui.rb +++ b/Formula/poui.rb @@ -1,7 +1,7 @@ class Poui < Formula desc "Application to help you open your relevant developer portals" homepage "https://github.com/hong-yi/poui" - url "https://github.com/hong-yi/poui.git", tag: "v0.1.0" + url "https://github.com/hong-yi/poui.git", tag: "v0.1.1" license "MIT" depends_on "go" => :build