Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahar committed May 3, 2022
1 parent a9f3307 commit cd8618a
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 @@ -63,7 +63,7 @@ let package = Package(
.macOS(.v10_14) // minimum macOS version driver supports
],
dependencies: [
.package(url: "https://github.com/mongodb/mongo-swift-driver", .upToNextMajor(from: "1.3.0"))
.package(url: "https://github.com/mongodb/mongo-swift-driver", .upToNextMajor(from: "1.3.1"))
],
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.3.0"
internal let MongoSwiftVersionString = "1.3.1"

0 comments on commit cd8618a

Please sign in to comment.