Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Use Swidux 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clmntcrl committed Oct 31, 2018
1 parent 3219f21 commit 2dfe117
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/clmntcrl/swidux.git",
"state": {
"branch": null,
"revision": "3558c31dc50869ac2c1aba88240438c9e26f35d0",
"version": "0.1.0"
"revision": "5a7720d8de7b8f95ffdf90b5c0143c61ff1db605",
"version": "0.1.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["SwiduxRouter"]),
],
dependencies: [
.package(url: "https://github.com/clmntcrl/swidux.git", from: "0.1.0"),
.package(url: "https://github.com/clmntcrl/swidux.git", from: "0.1.1"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ import PackageDescription
let package = Package(
name: "AwesomeProjectNameFramework",
dependencies: [
.package(url: "https://github.com/clmntcrl/swidux.git", from: "0.1.0"),
.package(url: "https://github.com/clmntcrl/swidux.git", from: "0.1.1"),
.package(url: "https://github.com/clmntcrl/swidux-router.git", from: "0.1.1"),
],
targets: [
Expand Down

0 comments on commit 2dfe117

Please sign in to comment.