Skip to content

Commit

Permalink
Merge pull request #119 from Carthage/release-0.16.0
Browse files Browse the repository at this point in the history
0.16.0
  • Loading branch information
ikesyo authored May 29, 2019
2 parents d9e79d0 + b34274f commit df1bf76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReactiveTask.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "ReactiveTask"
# Version goes here and will be used to access the git tag later on, once we have a first release.
s.version = "0.15.0"
s.version = "0.16.0"
s.summary = "Swift framework for launching shell tasks"
s.description = <<-DESC
ReactiveTask is a Swift framework for launching shell tasks (processes), built using ReactiveSwift.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.15.0</string>
<string>0.16.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/ReactiveTaskTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.15.0</string>
<string>0.16.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit df1bf76

Please sign in to comment.