Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Oct 27, 2020
1 parent 609c27b commit 2dbbf1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ endif()
# - npm/package.json
# - hermes.podspec
project(Hermes
VERSION 0.5.2
VERSION 0.5.3
LANGUAGES C CXX)
# Optional suffix like "-rc3"
set(VERSION_SUFFIX "-rc1")
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// This must be consistent with the release_version in npm/package.json
// and the HERMES_RELEASE_VERSION in CMakeLists.txt
def release_version = "0.5.2-rc1"
def release_version = "0.5.3"

buildscript {
ext {
Expand Down
2 changes: 1 addition & 1 deletion hermes.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end

Pod::Spec.new do |spec|
spec.name = "hermes"
spec.version = "0.5.2-rc.1"
spec.version = "0.5.3"
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

0 comments on commit 2dbbf1f

Please sign in to comment.