Skip to content

Commit

Permalink
Bump to 1.0.0 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed Sep 13, 2023
1 parent ca3a11d commit 3ba734d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

## [1.0.0]

- Removed: obsoleted Introspect module (#275)
- Infrastructure: renamed default branch to `main`
- Infrastructure: fixed modal introspection tests (#345)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Install
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/siteline/swiftui-introspect", from: "0.12.0"),
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.0.0"),
],
targets: [
.target(name: <#Target Name#>, dependencies: [
Expand All @@ -70,7 +70,7 @@ let package = Package(
### CocoaPods

```ruby
pod 'SwiftUIIntrospect'
pod 'SwiftUIIntrospect', '~> 1.0'
```

Introspection
Expand Down

0 comments on commit 3ba734d

Please sign in to comment.