Skip to content

Commit

Permalink
Bump Hermes to 0.7.2
Browse files Browse the repository at this point in the history
https://github.com/facebook/hermes/releases/tag/v0.7.2 is out so we can bump the pod version 馃帀

Question:
Is `~> 0.7.2` too strict? Would `>= 0.7.2` be better?
Also, It doesn't look like we are restricting any version on the trunk?
  • Loading branch information
Huxpro committed Dec 10, 2020
1 parent eb85d1d commit 52129b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/react_native_pods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def use_react_native! (options={})

if hermes_enabled
pod 'React-Core/Hermes', :path => "#{prefix}/"
pod 'hermes-engine', '~> 0.7.1'
pod 'hermes-engine', '~> 0.7.2'
pod 'libevent', :podspec => "#{prefix}/third-party-podspecs/libevent.podspec"
end
end
Expand Down

0 comments on commit 52129b2

Please sign in to comment.