Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 committed Apr 13, 2017
1 parent 68274db commit b2ba5f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AsyncSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AsyncSwift"
s.version = "2.0.1"
s.version = "2.0.2"
s.summary = "Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch"
s.homepage = "https://github.com/duemunk/Async"
s.license = { :type => "MIT" }
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "3.0"
s.source = { :git => "https://github.com/duemunk/Async.git", :tag => "2.0.1"}
s.source = { :git => "https://github.com/duemunk/Async.git", :tag => "2.0.2"}
s.source_files = "Sources/*.swift"
s.requires_arc = true
s.module_name = 'Async'
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit b2ba5f5

Please sign in to comment.