Skip to content

Commit 3ba734d

Browse files
authored
Bump to 1.0.0 (#359)
1 parent ca3a11d commit 3ba734d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Changelog
33

44
## master
55

6+
## [1.0.0]
7+
68
- Removed: obsoleted Introspect module (#275)
79
- Infrastructure: renamed default branch to `main`
810
- Infrastructure: fixed modal introspection tests (#345)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Install
5757
```swift
5858
let package = Package(
5959
dependencies: [
60-
.package(url: "https://github.com/siteline/swiftui-introspect", from: "0.12.0"),
60+
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.0.0"),
6161
],
6262
targets: [
6363
.target(name: <#Target Name#>, dependencies: [
@@ -70,7 +70,7 @@ let package = Package(
7070
### CocoaPods
7171

7272
```ruby
73-
pod 'SwiftUIIntrospect'
73+
pod 'SwiftUIIntrospect', '~> 1.0'
7474
```
7575

7676
Introspection

0 commit comments

Comments
 (0)