Skip to content

Commit b2ba5f5

Browse files
committed
Bump Version
1 parent 68274db commit b2ba5f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AsyncSwift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AsyncSwift"
3-
s.version = "2.0.1"
3+
s.version = "2.0.2"
44
s.summary = "Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch"
55
s.homepage = "https://github.com/duemunk/Async"
66
s.license = { :type => "MIT" }
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.ios.deployment_target = "8.0"
1111
s.tvos.deployment_target = "9.0"
1212
s.watchos.deployment_target = "3.0"
13-
s.source = { :git => "https://github.com/duemunk/Async.git", :tag => "2.0.1"}
13+
s.source = { :git => "https://github.com/duemunk/Async.git", :tag => "2.0.2"}
1414
s.source_files = "Sources/*.swift"
1515
s.requires_arc = true
1616
s.module_name = 'Async'

Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.1</string>
18+
<string>2.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)