We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f917d1c commit 6dce3c8Copy full SHA for 6dce3c8
CHANGELOG.md
@@ -3,6 +3,8 @@ Changelog
3
4
## master
5
6
+## [0.7.0]
7
+
8
### SwiftUIIntrospect
9
10
- Added: window introspection (#269)
README.md
@@ -65,7 +65,7 @@ Install
65
```swift
66
let package = Package(
67
dependencies: [
68
- .package(url: "https://github.com/siteline/swiftui-introspect", from: "0.6.1"),
+ .package(url: "https://github.com/siteline/swiftui-introspect", from: "0.7.0"),
69
],
70
targets: [
71
.target(name: <#Target Name#>, dependencies: [
0 commit comments