diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c5b5d..4893557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.4.1] - 2021-04-28 +- [Fixed] Documents + ## [0.4] - 2021-04-28 - [Changed] Update to Swift 5.4, replaced `@_functionBuilder` with `@resultBuilder` - [Fixed] Typo of `ImageAttachment` diff --git a/NSAttributedStringBuilder13.podspec b/NSAttributedStringBuilder13.podspec index 813b9a1..285a5f7 100644 --- a/NSAttributedStringBuilder13.podspec +++ b/NSAttributedStringBuilder13.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'NSAttributedStringBuilder13' - s.version = '0.4' + s.version = '0.4.1' s.summary = 'Composing NSAttributedString with SwiftUI-style syntax, powered by Result Builder.' # This description is used to generate tags and improve search results.