Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolfp committed Oct 7, 2023
1 parent d8bbda7 commit 7dd28da
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.4.0
**2023-10-07**

- watchOS Support

## Version 1.3.0
**2023-09-21**

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

0 comments on commit 7dd28da

Please sign in to comment.