We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bbda7 commit 7dd28daCopy full SHA for 7dd28da
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## Version 1.4.0
4
+**2023-10-07**
5
+
6
+- watchOS Support
7
8
## Version 1.3.0
9
**2023-09-21**
10
README.md
@@ -69,7 +69,7 @@ import PackageDescription
69
let package = Package(
70
name: "<Your Product Name>",
71
dependencies: [
72
- .package(url: "https://github.com/heroesofcode/DataLife", .upToNextMajor(from: "1.3.0"))
+ .package(url: "https://github.com/heroesofcode/DataLife", .upToNextMajor(from: "1.4.0"))
73
],
74
targets: [
75
.target(
0 commit comments