Skip to content

Commit

Permalink
Update to ApodiniIoTDeploymentProvider 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Dec 24, 2021
1 parent 1fae731 commit 1092f23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/Apodini/ApodiniIoTDeploymentProvider",
"state": {
"branch": null,
"revision": "4c95f95517ca97063e2246dde5b490f7ee3ddf66",
"version": "0.1.2"
"revision": "d96e62d5609bf7f7d2ebac894b9b6ea5aaa9e031",
"version": "0.1.3"
}
},
{
Expand Down Expand Up @@ -366,8 +366,8 @@
"repositoryURL": "https://github.com/vapor/websocket-kit.git",
"state": {
"branch": null,
"revision": "b1c4df8f6c848c2e977726903bbe6578eed723ad",
"version": "2.2.0"
"revision": "ff8fbce837ef01a93d49c6fb49a72be0f150dac7",
"version": "2.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.6.1")),
.package(url: "https://github.com/Apodini/ApodiniIoTDeploymentProvider", .upToNextMinor(from: "0.1.0"))
.package(url: "https://github.com/Apodini/ApodiniIoTDeploymentProvider", .upToNextMinor(from: "0.1.3"))
],
targets: [
.target(
Expand Down

0 comments on commit 1092f23

Please sign in to comment.