Skip to content

Commit 2040453

Browse files
Luna Weifacebook-github-bot
Luna Wei
authored andcommitted
Bump versions for 0.11.0 cut
Summary: Following changes in D32303346 Also instructions here: https://www.internalfb.com/intern/wiki/Hermes/OpenSource/#step-1-bump-versions-and Reviewed By: christophpurrer, cortinico Differential Revision: D33784106 fbshipit-source-id: 5b5750895fcf6a7fd7f554c7ce5d3b84de598bd7
1 parent 6c53047 commit 2040453

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

+1-1
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.10.0
74+
VERSION 0.11.0
7575
LANGUAGES C CXX)
7676
# Optional suffix like "-rc3"
7777
set(VERSION_SUFFIX "")

android/build.gradle

+1-1
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.10.0"
12+
def release_version = "0.11.0"
1313

1414
buildscript {
1515
ext {

hermes-engine.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Pod::Spec.new do |spec|
1313
# This must be consistent with the release_version in:
1414
# - android/build.gradle
1515
# - npm/package.json
16-
# - CMakeLists.txt
17-
spec.version = "0.10.0"
16+
# - CMakeLists.txt
17+
spec.version = "0.11.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

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

0 commit comments

Comments
 (0)