You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: This diff bumps the version to 0.6.0.
Reviewed By: mhorowitz
Differential Revision: D22805447
fbshipit-source-id: 242ac1fbbd736b9171b463fa6f00df8d1236ee02
Copy file name to clipboardExpand all lines: hermes.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ end
22
22
23
23
Pod::Spec.newdo |spec|
24
24
spec.name="hermes"
25
-
spec.version="0.5.0"
25
+
spec.version="0.6.0"
26
26
spec.summary="Hermes is a small and lightweight JavaScript engine optimized for running React Native."
27
27
spec.description="Hermes is a JavaScript engine optimized for fast start-up of React Native apps. It features ahead-of-time static optimization and compact bytecode."
0 commit comments