Skip to content

Commit

Permalink
0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Mar 10, 2024
1 parent 032d015 commit 6772c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/swift-networking.git", from: "0.28.0")
.package(url: "https://github.com/dankinsoid/swift-networking.git", from: "0.29.0")
],
targets: [
.target(
Expand All @@ -248,7 +248,7 @@ $ swift build

## Author

dankinsoid, [email protected]
Daniil Voidilov, [email protected]

## License

Expand Down

0 comments on commit 6772c8e

Please sign in to comment.