Skip to content

Commit fc40fb1

Browse files
authored
Bump to 0.2.0 (#191)
1 parent 8339f0a commit fc40fb1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Changelog
33

44
## master
55

6+
## [0.2.0]
7+
68
- Added: `introspectCollectionView/introspectCollectionViewCell` (#169)
79
- Added: `introspectSearchController` (#129)
810
- Added: `introspectPagedTabView` (#117)
@@ -77,6 +79,7 @@ Changelog
7779

7880
- First release.
7981

82+
[0.2.0]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.2.0
8083
[0.1.3]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.3
8184
[0.1.2]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.2
8285
[0.1.1]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.1

Introspect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Introspect'
3-
spec.version = '0.1.3'
3+
spec.version = '0.2.0'
44
spec.license = { type: 'MIT' }
55
spec.homepage = 'https://github.com/siteline/SwiftUI-Introspect.git'
66
spec.authors = { 'Lois Di Qual' => '[email protected]' }

0 commit comments

Comments
 (0)