Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolfp committed Sep 25, 2023
1 parent 0a5710e commit 06c11aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## Version 1.1.0
**2023-09-25**

- MagicImages now requires iOS 12+ and tvOS 12+.

## Version 1.0.0
**2023-08-22**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ import PackageDescription
let package = Package(
name: "<Your Product Name>",
dependencies: [
.package(url: "https://github.com/heroesofcode/MagicImages", .upToNextMajor(from: "1.0.0"))
.package(url: "https://github.com/heroesofcode/MagicImages", .upToNextMajor(from: "1.1.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 06c11aa

Please sign in to comment.