Skip to content

Commit ef514fb

Browse files
Huxprofacebook-github-bot
authored andcommitted
Bump version to 0.9.0
Summary: This diff bumps the Hermes OSS version to 0.9.0 Reviewed By: avp Differential Revision: D30681436 fbshipit-source-id: 4fff50623b0d0e54b21f283168b5f9f30470b57a
1 parent 76be193 commit ef514fb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ endif()
7171
# - npm/package.json
7272
# - hermes-engine.podspec
7373
project(Hermes
74-
VERSION 0.8.0
74+
VERSION 0.9.0
7575
LANGUAGES C CXX)
7676
# Optional suffix like "-rc3"
7777
set(VERSION_SUFFIX "")

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// - CMakeLists.txt
1010
// - npm/package.json
1111
// - hermes-engine.podspec
12-
def release_version = "0.8.0"
12+
def release_version = "0.9.0"
1313

1414
buildscript {
1515
ext {

hermes-engine.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
1414
# - android/build.gradle
1515
# - npm/package.json
1616
# - CMakeLists.txt
17-
spec.version = "0.8.0"
17+
spec.version = "0.9.0"
1818
spec.summary = "Hermes is a small and lightweight JavaScript engine optimized for running React Native."
1919
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."
2020
spec.homepage = "https://hermesengine.dev"

npm/package.json

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

0 commit comments

Comments
 (0)