Skip to content

Commit

Permalink
Bump to 0.10.0 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed Jul 20, 2023
1 parent d9db33c commit ccb973c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

## master

## [0.10.0]

- Added: `SecureField` introspection (#317)

## [0.9.2]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Install
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/siteline/swiftui-introspect", from: "0.9.2"),
.package(url: "https://github.com/siteline/swiftui-introspect", from: "0.10.0"),
],
targets: [
.target(name: <#Target Name#>, dependencies: [
Expand Down

0 comments on commit ccb973c

Please sign in to comment.