Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
Summary: This diff bumps the version to 0.5.0 in anticipation of the next release.

Reviewed By: tmikov

Differential Revision: D20950490

fbshipit-source-id: 6149ab78e49a454ed4c4cee933668fd1e77e896a
  • Loading branch information
willholen authored and facebook-github-bot committed Apr 9, 2020
1 parent 38f4626 commit 6767d92
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 @@ -55,7 +55,7 @@ endif()
# This must be consistent with the release_version in
# android/build.gradle and npm/package.json
project(Hermes
VERSION 0.4.0
VERSION 0.5.0
LANGUAGES C CXX)
# Optional suffix like "-rc3"
set(VERSION_SUFFIX "")
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.4.0"
def release_version = "0.5.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,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"unpack-builds": "node unpack-builds.js",
"unpack-builds-dev": "node unpack-builds.js --dev",
Expand Down

0 comments on commit 6767d92

Please sign in to comment.