Skip to content

Commit 0883a03

Browse files
committed
chore: version 0.6.0
1 parent da6dea5 commit 0883a03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.5.0"
3+
s.version = "0.6.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
@@ -116,7 +116,7 @@ add the following line to the dependencies in your `Package.swift` file:
116116
let package = Package(
117117
// name, platforms, products, etc.
118118
dependencies: [
119-
.package(url: "https://github.com/qiuzhifei/swift-commands", from: "0.5.0"),
119+
.package(url: "https://github.com/qiuzhifei/swift-commands", from: "0.6.0"),
120120
// other dependencies
121121
],
122122
targets: [
@@ -131,7 +131,7 @@ let package = Package(
131131
## CocoaPods (OS X 10.9+)
132132
You can use [CocoaPods](http://cocoapods.org/) to install `Commands` by adding it to your `Podfile`:
133133
```ruby
134-
pod 'Commands', '~> 0.5.0'
134+
pod 'Commands', '~> 0.6.0'
135135
```
136136

137137
## QuickStart

README_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ add the following line to the dependencies in your `Package.swift` file:
116116
let package = Package(
117117
// name, platforms, products, etc.
118118
dependencies: [
119-
.package(url: "https://github.com/qiuzhifei/swift-commands", from: "0.5.0"),
119+
.package(url: "https://github.com/qiuzhifei/swift-commands", from: "0.6.0"),
120120
// other dependencies
121121
],
122122
targets: [
@@ -131,7 +131,7 @@ let package = Package(
131131
## CocoaPods (OS X 10.9+)
132132
You can use [CocoaPods](http://cocoapods.org/) to install `Commands` by adding it to your `Podfile`:
133133
```ruby
134-
pod 'Commands', '~> 0.5.0'
134+
pod 'Commands', '~> 0.6.0'
135135
```
136136

137137
## QuickStart

0 commit comments

Comments
 (0)