Skip to content

Commit f3d9e96

Browse files
committed
refactor: bump up dependency versions
1 parent 7a7139f commit f3d9e96

2 files changed

Lines changed: 23 additions & 14 deletions

File tree

LinkNavigator-Example.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 21 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ If you'd like to contribute a translation, please [open a PR](https://github.com
132132
LinkNavigator provides 2 Example Apps.
133133

134134
- [`MVI` based example](https://github.com/interactord/LinkNavigator/tree/main/Examples/MVI-Example)
135-
- [`TCA` based example](https://github.com/interactord/LinkNavigator/tree/main/Examples/TCA-Example) - with [0.44.1 release](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/0.44.1)
135+
- [`TCA` based example](https://github.com/interactord/LinkNavigator/tree/main/Examples/TCA-Example) - with [0.47.2 release](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/0.47.2)
136136

137137
<p align="leading"><img src="https://user-images.githubusercontent.com/107832509/198525187-7d524e7f-7ad6-48c0-886a-805ad3a4e6a2.gif" width="25%"></p>
138138

@@ -279,7 +279,7 @@ let package = Package(
279279
targets: ["MyPackage"]),
280280
],
281281
dependencies: [
282-
.package(url: "https://github.com/interactord/LinkNavigator.git", .upToNextMajor(from: "0.3.3"))
282+
.package(url: "https://github.com/interactord/LinkNavigator.git", .upToNextMajor(from: "0.4.3"))
283283
],
284284
targets: [
285285
.target(

0 commit comments

Comments
 (0)