Skip to content

Commit

Permalink
Bump release version to 0.1.1
Browse files Browse the repository at this point in the history
Summary: This updates the release version.

Reviewed By: dulinriley

Differential Revision: D16520869

fbshipit-source-id: c2d1a58743aef903100b7971bb37ab9d816f13df
  • Loading branch information
willholen authored and facebook-github-bot committed Jul 26, 2019
1 parent b9946b2 commit 6a230ce
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 @@ -19,7 +19,7 @@ include(CheckCXXSourceCompiles)

# This must be consistent with the release_version in
# android/build.gradle and npm/package.json
set(HERMES_RELEASE_VERSION 0.1.0)
set(HERMES_RELEASE_VERSION 0.1.1)

# Project options.
set(HERMESVM_GCKIND NONCONTIG_GENERATIONAL
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def abis = ["arm64-v8a", "armeabi-v7a", "x86_64", "x86"]
def hermes_ws = System.getenv("HERMES_WS_DIR")
// 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.0"
def release_version = "0.1.1"

// For Facebook internal use:
def fbsource = System.getenv("FBSOURCE_DIR") ?:
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.0",
"version": "0.1.1",
"private": false,
"description": "A JavaScript engine optimized for running React Native on Android",
"license": "MIT",
Expand Down

0 comments on commit 6a230ce

Please sign in to comment.