Skip to content

Commit

Permalink
[2.3.0] release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Nov 2, 2021
1 parent 21912af commit 17f6481
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,11 @@ NEXT

- TBA

2.3.0
-----

- Use Xcode 13 and Swift 5.5 ([@jessesquires](https://github.com/jessesquires))

2.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion 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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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")
]
```

Expand Down

0 comments on commit 17f6481

Please sign in to comment.