Skip to content

Commit

Permalink
prepare 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Oct 22, 2024
1 parent 29e2a4b commit 806ff2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ let package:Package = .init(name: "swift-mongodb",
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMinor(
from: "1.1.0")),

.package(url: "https://github.com/apple/swift-nio.git", from: "2.72.0"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.26.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.75.0"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.28.0"),
],
targets: [
.target(name: "UUID",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

***`mongodb`***<br>`0.24`
***`mongodb`***

[![ci status](https://github.com/tayloraswift/swift-mongodb/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-mongodb/actions/workflows/Tests.yml)
[![ci status](https://github.com/tayloraswift/swift-mongodb/actions/workflows/Documentation.yml/badge.svg)](https://github.com/tayloraswift/swift-mongodb/actions/workflows/Documentation.yml)
Expand Down

0 comments on commit 806ff2f

Please sign in to comment.