Skip to content

Commit 7f3e1ef

Browse files
committed
Prepare for 0.4.3 release
1 parent 4152e69 commit 7f3e1ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "swift-tomldecoder",
3-
version = "0.4.2",
3+
version = "0.4.3",
44
compatibility_level = 0,
55
)
66

Sources/TOMLDecoder/TOMLDecoder.docc/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Let's assume you are starting with a [SwiftPM](https://docs.swift.org/swiftpm/do
1313
Add the following to your package dependencies:
1414

1515
```swift
16-
.package(url: "https://github.com/dduan/TOMLDecoder", exactly: "0.4.2")),
16+
.package(url: "https://github.com/dduan/TOMLDecoder", exactly: "0.4.3")),
1717
```
1818

1919

Sources/TOMLDecoder/TOMLDecoder.docc/VersionedDocs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Links to docs for each TOMLDecoder releases.
44

55
* [the main branch](https://dduan.github.io/TOMLDecoder/main/documentation/tomldecoder/)
6-
* [Version 0.4.2](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/) (latest release)
6+
* [Version 0.4.3](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/) (latest release)
77
* [Version 0.3.x](https://github.com/dduan/TOMLDecoder/tree/0.3.3/Documentation)
88
* [Version 0.2.x](https://github.com/dduan/TOMLDecoder/tree/0.2.2/Documentation)
99
* [Version 0.1.x](https://github.com/dduan/TOMLDecoder/tree/0.1.6/Documentation)

0 commit comments

Comments
 (0)