Skip to content

Commit

Permalink
Update changelog + podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmarin committed Aug 6, 2024
1 parent 6cde83c commit f0312ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.1.0]

- Make `StylistIdentifier` initialiser public

## [5.0.0]

- Up required iOS version to 15.0
Expand Down
2 changes: 1 addition & 1 deletion StylableSwiftUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StylableSwiftUI'
s.version = '5.0.1'
s.version = '5.1.0'
s.summary = 'StylableSwiftUI - Style SwiftUI apps and libraries'
s.description = <<-DESC
Easily tag a SwiftUI library so it can be styled by multiple apps.
Expand Down

0 comments on commit f0312ef

Please sign in to comment.