Skip to content

Commit d18d979

Browse files
Update README for 3.1.0
1 parent c3843d4 commit d18d979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import PackageDescription
3939
let package = Package(
4040
name: "MyPackage",
4141
dependencies: [
42-
.package(url: "https://github.com/mongodb/swift-bson", .upToNextMajor(from: "3.0.2"))
42+
.package(url: "https://github.com/mongodb/swift-bson", .upToNextMajor(from: "3.1.0"))
4343
],
4444
targets: [
4545
.target(name: "MyTarget", dependencies: ["SwiftBSON"])

0 commit comments

Comments
 (0)