Skip to content

Commit

Permalink
OSS Release 0.2.1
Browse files Browse the repository at this point in the history
Summary: The 0.2.0 was broken. Let's try again.

Reviewed By: jbower-fb

Differential Revision: D17330053

fbshipit-source-id: fa3348f81d027a002b642f16580d00793f599627
  • Loading branch information
willholen authored and facebook-github-bot committed Sep 12, 2019
1 parent 763d4db commit 695f557
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.0
VERSION 0.2.1
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.2.0"
def release_version = "0.2.1"

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.0",
"version": "0.2.1",
"private": false,
"description": "A JavaScript engine optimized for running React Native on Android",
"license": "MIT",
Expand Down

0 comments on commit 695f557

Please sign in to comment.