Skip to content

Commit 4e0926c

Browse files
committed
Bump version to 2.1.0
1 parent e81adaa commit 4e0926c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## Version 2.1.0
4+
**2025-07-17**
5+
6+
- Update project to recent version (Xcode 16.4) - #111 - @joaolfp
7+
- visionOS Support - @joaolfp
8+
39
## Version 2.0.1
410
**2024-09-22**
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A View State library to return the results for each state
1212

1313
## Support
1414

15-
iOS 15.0+ / macOS 12.0+ / tvOS 15.0+ / watchOS 7.0+
15+
iOS 15.0+ / macOS 12.0+ / tvOS 15.0+ / watchOS 7.0+ / visionOS 1+
1616

1717
## Usage
1818

@@ -103,7 +103,7 @@ let package = Package(
103103
dependencies: [
104104
.package(
105105
url: "https://github.com/heroesofcode/ViewState",
106-
exact: "2.0.1"
106+
exact: "2.1.0"
107107
)
108108
],
109109
targets: [

0 commit comments

Comments
 (0)