Skip to content

Commit

Permalink
Update README for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelatkinson committed Mar 16, 2022
1 parent c3843d4 commit d18d979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import PackageDescription
let package = Package(
name: "MyPackage",
dependencies: [
.package(url: "https://github.com/mongodb/swift-bson", .upToNextMajor(from: "3.0.2"))
.package(url: "https://github.com/mongodb/swift-bson", .upToNextMajor(from: "3.1.0"))
],
targets: [
.target(name: "MyTarget", dependencies: ["SwiftBSON"])
Expand Down

0 comments on commit d18d979

Please sign in to comment.