Skip to content

Commit 5ff29d5

Browse files
Huxprofacebook-github-bot
authored andcommitted
Bump version to 0.6.0
Summary: This diff bumps the version to 0.6.0. Reviewed By: mhorowitz Differential Revision: D22805447 fbshipit-source-id: 242ac1fbbd736b9171b463fa6f00df8d1236ee02
1 parent 4392725 commit 5ff29d5

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
@@ -63,7 +63,7 @@ endif()
6363
# - npm/package.json
6464
# - hermes.podspec
6565
project(Hermes
66-
VERSION 0.5.0
66+
VERSION 0.6.0
6767
LANGUAGES C CXX)
6868
# Optional suffix like "-rc3"
6969
set(VERSION_SUFFIX "")

android/build.gradle

Lines changed: 1 addition & 1 deletion
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.5.0"
10+
def release_version = "0.6.0"
1111

1212
buildscript {
1313
ext {

hermes.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222

2323
Pod::Spec.new do |spec|
2424
spec.name = "hermes"
25-
spec.version = "0.5.0"
25+
spec.version = "0.6.0"
2626
spec.summary = "Hermes is a small and lightweight JavaScript engine optimized for running React Native."
2727
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."
2828
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.5.0",
2+
"version": "0.6.0",
33
"scripts": {
44
"unpack-builds": "node unpack-builds.js",
55
"unpack-builds-dev": "node unpack-builds.js --dev",

0 commit comments

Comments
 (0)