Skip to content

Commit 824891d

Browse files
committed
🎉 Bump JSBridge to 1.0.0-alpha.15
1 parent 73bff4a commit 824891d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "artman/Signals" ~> 6.0
22
github "mxcl/PromiseKit" ~> 6.0
3-
github "LinusU/JSBridge" "1.0.0-alpha.13"
3+
github "LinusU/JSBridge" "1.0.0-alpha.15"

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "LinusU/JSBridge" "1.0.0-alpha.13"
1+
github "LinusU/JSBridge" "1.0.0-alpha.15"
22
github "artman/Signals" "6.0.0"
3-
github "mxcl/PromiseKit" "6.7.1"
3+
github "mxcl/PromiseKit" "6.8.3"

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
],
1010
dependencies: [
1111
.package(url: "https://github.com/artman/Signals", from: "6.0.0"),
12-
.package(url: "https://github.com/LinusU/JSBridge", from: "1.0.0-alpha.13"),
12+
.package(url: "https://github.com/LinusU/JSBridge", from: "1.0.0-alpha.15"),
1313
.package(url: "https://github.com/mxcl/PromiseKit", from: "6.0.0"),
1414
],
1515
targets: [

0 commit comments

Comments
 (0)