Skip to content

Commit 11dc268

Browse files
committed
Bump version to 1.6.0
1 parent f185396 commit 11dc268

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.6.0
4+
**2023-12-14**
5+
6+
- loadingObserver is optional
7+
38
## Version 1.5.0
49
**2023-10-21**
510

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ import PackageDescription
9999
let package = Package(
100100
name: "<Your Product Name>",
101101
dependencies: [
102-
.package(url: "https://github.com/heroesofcode/ViewState", .upToNextMajor(from: "1.5.0"))
102+
.package(url: "https://github.com/heroesofcode/ViewState", .upToNextMajor(from: "1.6.0"))
103103
],
104104
targets: [
105105
.target(

0 commit comments

Comments
 (0)