Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Jan 22, 2019
1 parent 6822f3c commit 11a8870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MongoSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MongoSwift"
spec.version = "0.0.8"
spec.version = "0.0.9"
spec.summary = "The Swift driver for MongoDB"
spec.homepage = "https://github.com/mongodb/mongo-swift-driver"
spec.license = 'Apache License, Version 2.0'
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|

spec.source = {
:git => "https://github.com/mongodb/mongo-swift-driver.git",
:tag => 'v0.0.8'
:tag => 'v0.0.9'
}

spec.ios.deployment_target = "11.0"
Expand Down

0 comments on commit 11a8870

Please sign in to comment.