Skip to content

Commit

Permalink
chore: bump ios runtime a patch
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed May 26, 2023
1 parent 61f68f5 commit 0a6141a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ PODS:
- React-perflogger (= 0.66.4)
- rive-react-native (4.0.5):
- React-Core
- RiveRuntime (= 4.0.1)
- RiveRuntime (4.0.1)
- RiveRuntime (= 4.0.2)
- RiveRuntime (4.0.2)
- RNCMaskedView (0.2.9):
- React-Core
- RNCPicker (1.16.8):
Expand Down Expand Up @@ -560,8 +560,8 @@ SPEC CHECKSUMS:
React-RCTVibration: e3ffca672dd3772536cb844274094b0e2c31b187
React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a
ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4
rive-react-native: 50dd196583349567c0930f15e9e83bc3dfea0634
RiveRuntime: 761e3dc31aa4043f3ab00c2ae781be80dc457543
rive-react-native: 3bfd5c6d704f96cd9747e7d89b88c48b8f05c5d0
RiveRuntime: ecb99b3dc7fd8124123baa834669dc452f92fa05
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
Expand Down
2 changes: 1 addition & 1 deletion rive-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "RiveRuntime", "4.0.1"
s.dependency "RiveRuntime", "4.0.2"
end

0 comments on commit 0a6141a

Please sign in to comment.