From ed3de1c1057f4e3a5b0371d0762facd7c9a3dace Mon Sep 17 00:00:00 2001 From: qiuzhifei Date: Wed, 4 Dec 2024 18:06:26 +0800 Subject: [PATCH] chore: version 0.7.0 --- Commands.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.podspec b/Commands.podspec index 86d2cb7..d137837 100644 --- a/Commands.podspec +++ b/Commands.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Commands" - s.version = "0.6.0" + s.version = "0.7.0" s.summary = "Swift utilities for running commands." s.homepage = "https://github.com/qiuzhifei/swift-commands" s.license = { :type => "MIT" }