Skip to content

Commit

Permalink
Bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 8, 2024
1 parent 543d529 commit 9faea94
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.8.0/ReactNativeKit-Debug.xcframework.zip", checksum: "2feb7062ac07cf850ff686a296c69dc6832c4e20a370102ff1571321dcc12a04"),
.binaryTarget(name: "ReactNativeKit-Release", url: "https://github.com/wafflestudio/ios-rn-prebuilt/releases/download/0.8.0/ReactNativeKit-Release.xcframework.zip", checksum: "7de3e0d994d1085ba196951c1295f718c2111a84ba706985d7ae3db8d8915acb"),
.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"),

]
)

0 comments on commit 9faea94

Please sign in to comment.