Skip to content

Commit

Permalink
Bump to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 11, 2024
1 parent bc7624a commit f587285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
)
],
targets: [
.binaryTarget(name: "ReactNativeKit-Debug", url: "https://github.com/wafflestudio/ios-rn-prebuilt/releases/download/0.10.0/ReactNativeKit-Debug.xcframework.zip", checksum: "dc114b5880981f2a439231f361453f7f594c5e88236c761e04ed68073684e86e"),
.binaryTarget(name: "ReactNativeKit-Release", url: "https://github.com/wafflestudio/ios-rn-prebuilt/releases/download/0.10.0/ReactNativeKit-Release.xcframework.zip", checksum: "990d9bf41c3543f524651b7cc356a199a336fedcfc9f165f2852a75a0699ab91"),
.binaryTarget(name: "ReactNativeKit-Debug", url: "https://github.com/wafflestudio/ios-rn-prebuilt/releases/download/0.11.0/ReactNativeKit-Debug.xcframework.zip", checksum: "75ce4a0a40209abd76dd7e49d07303bf1e600fe84068ba6cfecec0ac2863e809"),
.binaryTarget(name: "ReactNativeKit-Release", url: "https://github.com/wafflestudio/ios-rn-prebuilt/releases/download/0.11.0/ReactNativeKit-Release.xcframework.zip", checksum: "15da0206fa9820aa49bfbf7ee3d95d2749662994ed4762dcb90834062e1345a2"),

]
)

0 comments on commit f587285

Please sign in to comment.