diff --git a/MODULE.bazel b/MODULE.bazel index 9722180..d30a6fb 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "swift-tomldecoder", - version = "0.4.2", + version = "0.4.3", compatibility_level = 0, ) diff --git a/Sources/TOMLDecoder/TOMLDecoder.docc/GettingStarted.md b/Sources/TOMLDecoder/TOMLDecoder.docc/GettingStarted.md index f588bfe..29cf4be 100644 --- a/Sources/TOMLDecoder/TOMLDecoder.docc/GettingStarted.md +++ b/Sources/TOMLDecoder/TOMLDecoder.docc/GettingStarted.md @@ -13,7 +13,7 @@ Let's assume you are starting with a [SwiftPM](https://docs.swift.org/swiftpm/do Add the following to your package dependencies: ```swift -.package(url: "https://github.com/dduan/TOMLDecoder", exactly: "0.4.2")), +.package(url: "https://github.com/dduan/TOMLDecoder", exactly: "0.4.3")), ``` diff --git a/Sources/TOMLDecoder/TOMLDecoder.docc/VersionedDocs.md b/Sources/TOMLDecoder/TOMLDecoder.docc/VersionedDocs.md index 22ba630..fa10c93 100644 --- a/Sources/TOMLDecoder/TOMLDecoder.docc/VersionedDocs.md +++ b/Sources/TOMLDecoder/TOMLDecoder.docc/VersionedDocs.md @@ -3,7 +3,7 @@ Links to docs for each TOMLDecoder releases. * [the main branch](https://dduan.github.io/TOMLDecoder/main/documentation/tomldecoder/) -* [Version 0.4.2](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/) (latest release) +* [Version 0.4.3](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/) (latest release) * [Version 0.3.x](https://github.com/dduan/TOMLDecoder/tree/0.3.3/Documentation) * [Version 0.2.x](https://github.com/dduan/TOMLDecoder/tree/0.2.2/Documentation) * [Version 0.1.x](https://github.com/dduan/TOMLDecoder/tree/0.1.6/Documentation)