Skip to content

Commit 03e523f

Browse files
committedMay 3, 2022
1.3.0
1 parent 10a1fd8 commit 03e523f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ let package = Package(
6363
.macOS(.v10_14) // minimum macOS version driver supports
6464
],
6565
dependencies: [
66-
.package(url: "https://github.com/mongodb/mongo-swift-driver", .upToNextMajor(from: "1.3.0-alpha.2"))
66+
.package(url: "https://github.com/mongodb/mongo-swift-driver", .upToNextMajor(from: "1.3.0"))
6767
],
6868
targets: [
6969
// Async module

‎Sources/MongoSwift/MongoSwiftVersion.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// DO NOT EDIT
33

44
// swiftlint:disable:previous vertical_whitespace
5-
internal let MongoSwiftVersionString = "1.3.0-beta.1"
5+
internal let MongoSwiftVersionString = "1.3.0"

0 commit comments

Comments
 (0)
Failed to load comments.