Skip to content

Commit d7a7f44

Browse files
committed
prepare 2.0.0 release
1 parent e1f4f28 commit d7a7f44

File tree

2 files changed

+89
-89
lines changed

2 files changed

+89
-89
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Swift *JPEG* is available under the [Mozilla Public License 2.0](https://www.moz
1414

1515
<div align="center">
1616

17-
[documentation](https://swiftinit.org/hist/swift-jpeg:master/jpeg) ·
17+
[documentation](https://swiftinit.org/docs/swift-jpeg/jpeg) ·
1818
[license](LICENSE)
1919

2020
</div>
@@ -35,7 +35,7 @@ The swift-jpeg library requires Swift 5.10 or later.
3535
| 🍏 Darwin (watchOS) | [![watchOS](https://github.com/tayloraswift/swift-jpeg/actions/workflows/watchOS.yml/badge.svg)](https://github.com/tayloraswift/swift-jpeg/actions/workflows/watchOS.yml) |
3636

3737

38-
[Check deployment minimums](https://swiftinit.org/hist/swift-jpeg:master#ss:platform-requirements)
38+
[Check deployment minimums](https://swiftinit.org/docs/swift-jpeg#ss:platform-requirements)
3939

4040

4141
## [tutorials and example programs](examples/)
@@ -50,18 +50,18 @@ The swift-jpeg library requires Swift 5.10 or later.
5050
* [lossless rotations](examples#lossless-rotations)
5151
* [custom color formats](examples#custom-color-formats)
5252

53-
## [api reference](https://swiftinit.org/hist/swift-jpeg:master/jpeg/)
53+
## [api reference](https://swiftinit.org/docs/swift-jpeg/jpeg/)
5454

55-
* [`JPEG.JPEG`](https://swiftinit.org/hist/swift-jpeg:master/jpeg/JPEG/)
56-
* [`JPEG.General`](https://swiftinit.org/hist/swift-jpeg:master/jpeg/General/)
57-
* [`JPEG.System`](https://swiftinit.org/hist/swift-jpeg:master/jpeg/System/)
55+
* [`JPEG.JPEG`](https://swiftinit.org/docs/swift-jpeg/jpeg/jpeg)
56+
* [`JPEG.General`](https://swiftinit.org/docs/swift-jpeg/jpeg/general)
57+
* [`JPEG.System`](https://swiftinit.org/docs/swift-jpeg/jpegsystem/system)
5858

5959
## getting started
6060

6161
To Swift *JPEG* in a project, add this descriptor to the `dependencies` list in your `Package.swift`:
6262

6363
```swift
64-
.package(url: "https://github.com/tayloraswift/swift-jpeg", from: "1.0.0")
64+
.package(url: "https://github.com/tayloraswift/swift-jpeg", from: "2.0.0")
6565
```
6666

6767
## basic usage

0 commit comments

Comments
 (0)