Skip to content

Commit

Permalink
[3.0.0] release. bump version. update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Jan 26, 2024
1 parent 52aced2 commit 7baea61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

The changelog for `Nine41`. Also see the [releases](https://github.com/jessesquires/Nine41/releases) on GitHub.

NEXT
3.0.0
-----

- Minimum macOS 11 now required.
- Minimum macOS 11.0 now required
- Fixed "Invalid argument" error for `--time` value in Xcode 15.3 ([#70](https://github.com/jessesquires/Nine41/issues/70), [@jessesquires](https://github.com/jessesquires))
- Performance optimizations, only create date formatters once ([@jessesquires](https://github.com/jessesquires))

2.3.1
-----
Expand Down
2 changes: 1 addition & 1 deletion Nine41.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Nine41'
s.version = '2.3.1'
s.version = '3.0.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
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add `Nine41` to the `dependencies` value of your `Package.swift`.

```swift
dependencies: [
.package(url: "https://github.com/jessesquires/Nine41.git", from: "2.0.0")
.package(url: "https://github.com/jessesquires/Nine41.git", from: "3.0.0")
]
```

Expand Down

0 comments on commit 7baea61

Please sign in to comment.