Skip to content

Commit

Permalink
Bump version to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Huxpro committed Oct 8, 2020
1 parent 39ef157 commit 6e49cb0
Show file tree
Hide file tree
Showing 5 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 @@ -34,7 +34,7 @@ endif()
# - npm/package.json
# - hermes.podspec
project(Hermes
VERSION 0.4.3
VERSION 0.4.4
LANGUAGES C CXX)

include(CheckCXXCompilerFlag)
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.4.3"
def release_version = "0.4.4"

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

Pod::Spec.new do |spec|
spec.name = "hermes"
spec.version = "0.4.3"
spec.version = "0.4.4"
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/hermes-engine-darwin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hermes-engine-darwin",
"version": "0.4.3",
"version": "0.4.4",
"private": false,
"description": "A JavaScript engine optimized for running React Native on macOS",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hermes-engine",
"version": "0.4.3",
"version": "0.4.4",
"private": false,
"description": "A JavaScript engine optimized for running React Native on Android",
"license": "MIT",
Expand Down

0 comments on commit 6e49cb0

Please sign in to comment.