Skip to content

Commit 86d1ee1

Browse files
Huxprofacebook-github-bot
authored andcommitted
Bump version to 0.8.0
Summary: This diff bumps the version to 0.8.0 Reviewed By: avp Differential Revision: D28052090 fbshipit-source-id: b06dd54ab3147a268af53e10c208ea6511c56b8f
1 parent 99199d9 commit 86d1ee1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ set(CMAKE_OSX_SYSROOT ${HERMES_APPLE_TARGET_PLATFORM})
6767
# - npm/package.json
6868
# - hermes-engine.podspec
6969
project(Hermes
70-
VERSION 0.7.0
70+
VERSION 0.8.0
7171
LANGUAGES C CXX)
7272
# Optional suffix like "-rc3"
7373
set(VERSION_SUFFIX "")

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// This must be consistent with the release_version in npm/package.json
99
// and the HERMES_RELEASE_VERSION in CMakeLists.txt
10-
def release_version = "0.7.0"
10+
def release_version = "0.8.0"
1111

1212
buildscript {
1313
ext {

hermes-engine.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010

1111
Pod::Spec.new do |spec|
1212
spec.name = "hermes-engine"
13-
spec.version = "0.7.0"
13+
spec.version = "0.8.0"
1414
spec.summary = "Hermes is a small and lightweight JavaScript engine optimized for running React Native."
1515
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."
1616
spec.homepage = "https://hermesengine.dev"

npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.8.0",
33
"scripts": {
44
"unpack-builds": "node unpack-builds.js",
55
"unpack-builds-dev": "node unpack-builds.js --dev",

0 commit comments

Comments
 (0)