Skip to content

Commit 7dd28da

Browse files
committed
Bump version to 1.4.0
1 parent d8bbda7 commit 7dd28da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## Version 1.4.0
4+
**2023-10-07**
5+
6+
- watchOS Support
7+
38
## Version 1.3.0
49
**2023-09-21**
510

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import PackageDescription
6969
let package = Package(
7070
name: "<Your Product Name>",
7171
dependencies: [
72-
.package(url: "https://github.com/heroesofcode/DataLife", .upToNextMajor(from: "1.3.0"))
72+
.package(url: "https://github.com/heroesofcode/DataLife", .upToNextMajor(from: "1.4.0"))
7373
],
7474
targets: [
7575
.target(

0 commit comments

Comments
 (0)