Skip to content

Commit 02e781d

Browse files
authored
Merge pull request #61 from heroesofcode/feature/prepare-version-to-1.5.0
Bump version to 1.5.0
2 parents 30f4f3c + 00dd5b1 commit 02e781d

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.5.0
4+
**2024-06-15**
5+
6+
- visionOS Support
7+
38
## Version 1.4.0
49
**2023-10-07**
510

README.md

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

0 commit comments

Comments
 (0)