Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolfp committed Sep 29, 2023
1 parent 1709817 commit 4243cb7
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.2.0
**2023-09-28**

- SwiftUI Support

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

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

0 comments on commit 4243cb7

Please sign in to comment.