Skip to content

Commit

Permalink
Bump to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent b62b6a9 commit a6db1cb
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.9.0/ReactNativeKit-Debug.xcframework.zip", checksum: "a3d8be4215ca7cb7e3124416a92d644928368acba629126a26d6530af719a24e"),
.binaryTarget(name: "ReactNativeKit-Release", url: "https://github.com/wafflestudio/ios-rn-prebuilt/releases/download/0.9.0/ReactNativeKit-Release.xcframework.zip", checksum: "a2b94c060e4fa2e736bc63cf848eb1523bf5e3bf8bc168c4940c4e73f44cecfd"),
.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"),

]
)

0 comments on commit a6db1cb

Please sign in to comment.