Skip to content

Commit

Permalink
Hermes OSS Release 0.2.0
Browse files Browse the repository at this point in the history
Summary: This diff bumps the version number to 0.2.0.

Reviewed By: kodafb

Differential Revision: D17319095

fbshipit-source-id: 33e5cd344423f196a468be312a91e41fa015b642
  • Loading branch information
willholen authored and facebook-github-bot committed Sep 11, 2019
1 parent a542381 commit 754483c
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.1.1
VERSION 0.2.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 @@ -6,7 +6,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.1.1"
def release_version = "0.2.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.1.1",
"version": "0.2.0",
"private": false,
"description": "A JavaScript engine optimized for running React Native on Android",
"license": "MIT",
Expand Down

0 comments on commit 754483c

Please sign in to comment.