Skip to content

Commit

Permalink
Bump to 0.2.0 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Feb 14, 2023
1 parent 8339f0a commit fc40fb1
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 @@ -3,6 +3,8 @@ Changelog

## master

## [0.2.0]

- Added: `introspectCollectionView/introspectCollectionViewCell` (#169)
- Added: `introspectSearchController` (#129)
- Added: `introspectPagedTabView` (#117)
Expand Down Expand Up @@ -77,6 +79,7 @@ Changelog

- First release.

[0.2.0]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.2.0
[0.1.3]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.3
[0.1.2]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.2
[0.1.1]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.1
Expand Down
2 changes: 1 addition & 1 deletion Introspect.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Introspect'
spec.version = '0.1.3'
spec.version = '0.2.0'
spec.license = { type: 'MIT' }
spec.homepage = 'https://github.com/siteline/SwiftUI-Introspect.git'
spec.authors = { 'Lois Di Qual' => 'lois@siteline.com' }
Expand Down

0 comments on commit fc40fb1

Please sign in to comment.