Skip to content

Commit 0423de2

Browse files
committed
Bump version to 2.0.0
1 parent ec53231 commit 0423de2

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 2.0.0
4+
**2024-06-25**
5+
6+
- Add improvements - #63
7+
38
## Version 1.5.0
49
**2024-06-15**
510

README.md

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

0 commit comments

Comments
 (0)