diff --git a/CHANGELOG.md b/CHANGELOG.md index 3150f14..a2d4c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ NEXT - TBA +2.3.0 +----- + +- Use Xcode 13 and Swift 5.5 ([@jessesquires](https://github.com/jessesquires)) + 2.2.0 ----- diff --git a/Nine41.podspec b/Nine41.podspec index a8c0897..84b93b8 100644 --- a/Nine41.podspec +++ b/Nine41.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Nine41' - s.version = '2.2.0' + s.version = '2.3.0' s.license = 'MIT' s.summary = 'Automate overriding the status bars for all running iOS simulators' diff --git a/README.md b/README.md index 6658201..b49f33f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add `Nine41` to the `dependencies` value of your `Package.swift`. ```swift dependencies: [ - .package(url: "https://github.com/jessesquires/Nine41.git", from: "2.0.1") + .package(url: "https://github.com/jessesquires/Nine41.git", from: "2.0.0") ] ```