Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolfp committed Aug 20, 2023
1 parent 0bfbd19 commit 6b2a368
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## Version 0.5.0
**2023-08-19**

- Fix SwiftLint error (For where)
- We will no longer support CocoaPods and Carthage

## Version 0.4.3
**2021-10-31**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ override func viewDidLoad() {

```swift
dependencies: [
.package(url: "https://github.com/heroesofcode/MagicImages.git", .upToNextMajor(from: "0.4.3"))
.package(url: "https://github.com/heroesofcode/MagicImages.git", .upToNextMajor(from: "0.5.0"))
]
```

Expand Down

0 comments on commit 6b2a368

Please sign in to comment.