Skip to content

Commit

Permalink
bump hermes version to 0.4.0 (was 0.3.0)
Browse files Browse the repository at this point in the history
Reviewed By: dulinriley

Differential Revision: D19339513

fbshipit-source-id: 9a730aafee2e3d657691c732645c11f9523bd5e2
  • Loading branch information
mhorowitz authored and facebook-github-bot committed Jan 10, 2020
1 parent a481955 commit 4edd72b
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.3.0
VERSION 0.4.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.3.0"
def release_version = "0.4.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.3.0",
"version": "0.4.0",
"private": false,
"description": "A JavaScript engine optimized for running React Native on Android",
"license": "MIT",
Expand Down

0 comments on commit 4edd72b

Please sign in to comment.