Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
Summary: This diff bumps the version to 0.8.0

Reviewed By: avp

Differential Revision: D28052090

fbshipit-source-id: b06dd54ab3147a268af53e10c208ea6511c56b8f
  • Loading branch information
Huxpro authored and facebook-github-bot committed Apr 28, 2021
1 parent 99199d9 commit 86d1ee1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ set(CMAKE_OSX_SYSROOT ${HERMES_APPLE_TARGET_PLATFORM})
# - npm/package.json
# - hermes-engine.podspec
project(Hermes
VERSION 0.7.0
VERSION 0.8.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.7.0"
def release_version = "0.8.0"

buildscript {
ext {
Expand Down
2 changes: 1 addition & 1 deletion hermes-engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end

Pod::Spec.new do |spec|
spec.name = "hermes-engine"
spec.version = "0.7.0"
spec.version = "0.8.0"
spec.summary = "Hermes is a small and lightweight JavaScript engine optimized for running React Native."
spec.description = "Hermes is a JavaScript engine optimized for fast start-up of React Native apps. It features ahead-of-time static optimization and compact bytecode."
spec.homepage = "https://hermesengine.dev"
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.7.0",
"version": "0.8.0",
"scripts": {
"unpack-builds": "node unpack-builds.js",
"unpack-builds-dev": "node unpack-builds.js --dev",
Expand Down

0 comments on commit 86d1ee1

Please sign in to comment.