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.
2 parents 30f4f3c + 00dd5b1 commit 02e781dCopy full SHA for 02e781d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## Version 1.5.0
4
+**2024-06-15**
5
+
6
+- visionOS Support
7
8
## Version 1.4.0
9
**2023-10-07**
10
README.md
@@ -68,7 +68,7 @@ import PackageDescription
68
let package = Package(
69
name: "<Your Product Name>",
70
dependencies: [
71
- .package(url: "https://github.com/heroesofcode/DataLife", .upToNextMajor(from: "1.4.0"))
+ .package(url: "https://github.com/heroesofcode/DataLife", .upToNextMajor(from: "1.5.0"))
72
],
73
targets: [
74
.target(
0 commit comments