Skip to content

Commit

Permalink
1.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahar committed Feb 24, 2022
1 parent 99d591a commit acba284
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.1.0"))
.package(url: "https://github.com/mongodb/mongo-swift-driver", .upToNextMajor(from: "1.3.0-alpha.2"))
],
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-alpha.1"
internal let MongoSwiftVersionString = "1.3.0-alpha.2"

0 comments on commit acba284

Please sign in to comment.