Skip to content

Commit 55b5ccc

Browse files
committed
chore: version 0.5.0
1 parent 91f7b92 commit 55b5ccc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Commands.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Commands"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Swift utilities for running commands."
55
s.homepage = "https://github.com/qiuzhifei/swift-commands"
66
s.license = { :type => "MIT" }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ add the following line to the dependencies in your `Package.swift` file:
112112
let package = Package(
113113
// name, platforms, products, etc.
114114
dependencies: [
115-
.package(url: "https://github.com/qiuzhifei/swift-commands", from: "0.4.0"),
115+
.package(url: "https://github.com/qiuzhifei/swift-commands", from: "0.5.0"),
116116
// other dependencies
117117
],
118118
targets: [
@@ -127,7 +127,7 @@ let package = Package(
127127
## CocoaPods (OS X 10.9+)
128128
You can use [CocoaPods](http://cocoapods.org/) to install `Commands` by adding it to your `Podfile`:
129129
```ruby
130-
pod 'Commands', '~> 0.4.0'
130+
pod 'Commands', '~> 0.5.0'
131131
```
132132

133133
## QuickStart

0 commit comments

Comments
 (0)