Skip to content

Commit

Permalink
Bump versions for 0.11.0 cut
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Luna Wei authored and facebook-github-bot committed Jan 26, 2022
1 parent 6c53047 commit 2040453
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ endif()
# - npm/package.json
# - hermes-engine.podspec
project(Hermes
VERSION 0.10.0
VERSION 0.11.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 @@ -9,7 +9,7 @@
// - CMakeLists.txt
// - npm/package.json
// - hermes-engine.podspec
def release_version = "0.10.0"
def release_version = "0.11.0"

buildscript {
ext {
Expand Down
4 changes: 2 additions & 2 deletions hermes-engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Pod::Spec.new do |spec|
# This must be consistent with the release_version in:
# - android/build.gradle
# - npm/package.json
# - CMakeLists.txt
spec.version = "0.10.0"
# - CMakeLists.txt
spec.version = "0.11.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.10.0",
"version": "0.11.0",
"scripts": {
"unpack-builds": "node unpack-builds.js",
"unpack-builds-dev": "node unpack-builds.js --dev",
Expand Down

0 comments on commit 2040453

Please sign in to comment.