Skip to content

Commit

Permalink
Update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Feb 29, 2024
1 parent 8d802b8 commit 2db24ba
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
@@ -1,6 +1,6 @@
<div align="center">

***`png`***<br>`4.1`
***`png`***<br>`4.3`

[![ci status](https://github.com/tayloraswift/swift-png/actions/workflows/build.yml/badge.svg)](https://github.com/tayloraswift/swift-png/actions/workflows/build.yml)
[![ci status](https://github.com/tayloraswift/swift-png/actions/workflows/build-devices.yml/badge.svg)](https://github.com/tayloraswift/swift-png/actions/workflows/build-devices.yml)
Expand All @@ -22,7 +22,7 @@ Swift *PNG*’s [documentation](https://swiftinit.org/docs/swift-png/png) is ava
To use *Swift PNG* in a project, add this descriptor to the `dependencies` list in your `Package.swift` file:

```swift
.package(url: "https://github.com/tayloraswift/swift-png", .exact("4.0.3"))
.package(url: "https://github.com/tayloraswift/swift-png", .exact("4.3.0"))
```

## Basic usage
Expand Down

0 comments on commit 2db24ba

Please sign in to comment.