Skip to content

Commit

Permalink
Updated version numbers for new release (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Cyrus Ingraham <cyrus.ingraham@jamf.com>
  • Loading branch information
cyrusingraham and cyrusingraham authored Mar 13, 2020
1 parent d7b3639 commit 00f236f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/Subprocess/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Sources/SubprocessMocks/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Subprocess.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Subprocess'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'Wrapper for NSTask used for running processes and shell commands on macOS.'
s.license = { :type => 'MIT', :text => "" }
s.description = <<-DESC
Expand Down

0 comments on commit 00f236f

Please sign in to comment.