Skip to content

Commit 9e9e8df

Browse files
committed
refactor: bump up to 0.5.0 and TCA ver
1 parent 3c4e4ba commit 9e9e8df

2 files changed

Lines changed: 21 additions & 12 deletions

File tree

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

Lines changed: 19 additions & 10 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.47.2 release](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/0.47.2)
135+
- [`TCA` based example](https://github.com/interactord/LinkNavigator/tree/main/Examples/TCA-Example) - with [0.49.2 release](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/0.49.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.4.3"))
282+
.package(url: "https://github.com/interactord/LinkNavigator.git", .upToNextMajor(from: "0.5.0"))
283283
],
284284
targets: [
285285
.target(

0 commit comments

Comments
 (0)