Skip to content

Commit

Permalink
Hermes OSS release 0.3.0
Browse files Browse the repository at this point in the history
Summary:
This Hermes release primarily updates several APIs in a breaking way to
better support future functionality. It is not compatible with existing
builds of React Native.

Reviewed By: mhorowitz

Differential Revision: D18404106

fbshipit-source-id: 3e9185e64cb685509a4276f27ffe7ab3321901ca
  • Loading branch information
willholen authored and facebook-github-bot committed Nov 8, 2019
1 parent e359bee commit 7532a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
# This must be consistent with the release_version in
# android/build.gradle and npm/package.json
project(Hermes
VERSION 0.2.1
VERSION 0.3.0
LANGUAGES C CXX)

include(CheckCXXCompilerFlag)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// This must be consistent with the release_version in npm/package.json
// and the HERMES_RELEASE_VERSION in CMakeLists.txt
def release_version = "0.2.1"
def release_version = "0.3.0"

buildscript {
ext {
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hermes-engine",
"version": "0.2.1",
"version": "0.3.0",
"private": false,
"description": "A JavaScript engine optimized for running React Native on Android",
"license": "MIT",
Expand Down

0 comments on commit 7532a04

Please sign in to comment.