From 3ba734dd20faada0e3234b68e78db97005315f0e Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Wed, 13 Sep 2023 01:46:12 +0100 Subject: [PATCH] Bump to 1.0.0 (#359) --- CHANGELOG.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e81f5a..49035aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index e6cd340d..6eaa3925 100644 --- a/README.md +++ b/README.md @@ -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: [ @@ -70,7 +70,7 @@ let package = Package( ### CocoaPods ```ruby -pod 'SwiftUIIntrospect' +pod 'SwiftUIIntrospect', '~> 1.0' ``` Introspection