Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahar committed Nov 9, 2021
1 parent 84c4e25 commit bc61d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import PackageDescription
let package = Package(
name: "MyPackage",
dependencies: [
.package(url: "https://github.com/mongodb/mongo-swift-driver", .upToNextMajor(from: "1.1.0"))
.package(url: "https://github.com/mongodb/mongo-swift-driver", .upToNextMajor(from: "1.2.0"))
],
targets: [
// Async module
Expand Down
2 changes: 1 addition & 1 deletion Sources/MongoSwift/MongoSwiftVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// DO NOT EDIT

// swiftlint:disable:previous vertical_whitespace
internal let MongoSwiftVersionString = "1.2.0-beta.1"
internal let MongoSwiftVersionString = "1.2.0"

0 comments on commit bc61d4a

Please sign in to comment.