Skip to content

Commit

Permalink
Version bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhuang13 committed Apr 28, 2021
1 parent dcb3b7f commit 18662b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion NSAttributedStringBuilder13.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 18662b3

Please sign in to comment.