Skip to content

Commit

Permalink
Merge pull request #12 from mitchtreece/dev
Browse files Browse the repository at this point in the history
1.2.0 Release
  • Loading branch information
mitchtreece authored Sep 19, 2023
2 parents 58de669 + cedea57 commit 67a2c96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<div align="center">

![Version](https://img.shields.io/badge/Version-1.1.1-C1EBDB.svg?style=for-the-badge&labelColor=37A67C)
![Version](https://img.shields.io/badge/Version-1.2.0-C1EBDB.svg?style=for-the-badge&labelColor=37A67C)
![iOS](https://img.shields.io/badge/iOS-13+-C1EBDB.svg?style=for-the-badge&labelColor=37A67C)
![Swift](https://img.shields.io/badge/Swift-5-C1EBDB.svg?style=for-the-badge&labelColor=37A67C)
![Xcode](https://img.shields.io/badge/Xcode-14-C1EBDB.svg?style=for-the-badge&labelColor=37A67C)
![Xcode](https://img.shields.io/badge/Xcode-15-C1EBDB.svg?style=for-the-badge&labelColor=37A67C)

</div>

Expand All @@ -25,7 +25,7 @@ If you're adding Director as a dependency of your own Swift package, just add a
.package(
name: "Director",
url: "https://github.com/mitchtreece/Director",
.upToNextMajor(from: .init(1, 1, 0))
.upToNextMajor(from: .init(1, 0, 0))
)
```

Expand Down

0 comments on commit 67a2c96

Please sign in to comment.