Skip to content

Commit

Permalink
Merge pull request #31 from jaeilers/release/0.3.1
Browse files Browse the repository at this point in the history
release: 0.3.1
  • Loading branch information
jaeilers authored Apr 21, 2024
2 parents 74e0a7b + 03feee9 commit fd7989e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2024-04-21

### Added

- Added visionOS target to Xcode project
Expand Down Expand Up @@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial Release

[unreleased]: https://github.com/jaeilers/NSAttributedStringBuilder/compare/0.3.0...HEAD
[unreleased]: https://github.com/jaeilers/NSAttributedStringBuilder/compare/0.3.1...HEAD
[0.3.1]: https://github.com/jaeilers/NSAttributedStringBuilder/releases/tag/0.3.1
[0.3.0]: https://github.com/jaeilers/NSAttributedStringBuilder/releases/tag/0.3.0
[0.2.1]: https://github.com/jaeilers/NSAttributedStringBuilder/releases/tag/0.2.1
[0.2.0]: https://github.com/jaeilers/NSAttributedStringBuilder/releases/tag/0.2.0
Expand Down
2 changes: 1 addition & 1 deletion NSAttributedStringBuilder-jaeilers.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|

spec.name = "NSAttributedStringBuilder-jaeilers"
spec.module_name = "NSAttributedStringBuilder"
spec.version = "0.3.0"
spec.version = "0.3.1"
spec.summary = "An easy to use NSAttributedString builder with extended modifier support (bold, italic, image, custom spacings etc.)"

spec.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions NSAttributedStringBuilder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.3.0;
MARKETING_VERSION = 0.3.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=50 -Xfrontend -warn-long-expression-type-checking=50";
Expand Down Expand Up @@ -638,7 +638,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.3.0;
MARKETING_VERSION = 0.3.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=50 -Xfrontend -warn-long-expression-type-checking=50";
Expand Down

0 comments on commit fd7989e

Please sign in to comment.