Skip to content

Commit

Permalink
Bumped to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwlange committed Apr 25, 2019
1 parent 2b51ed8 commit 6125751
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LiquidCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LiquidCore"
s.version = "0.6.0"
s.version = "0.6.1"
s.summary = "Provides Node.js virtual machines to run inside iOS apps."
s.description = <<-DESC
LiquidCore enables Node.js virtual machines to run inside iOS apps. It provides a complete runtime environment, including a virtual file system.
Expand Down
4 changes: 2 additions & 2 deletions LiquidCoreAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 5
versionName "0.6.0"
versionCode 6
versionName "0.6.1"
setProperty("archivesBaseName", "LiquidCore")
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down
8 changes: 4 additions & 4 deletions LiquidCoreiOS/.jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
clean: true
objc: true
umbrella_header: LiquidCore/LiquidCore/LiquidCore.h
umbrella_header: LiquidCore/Headers/LiquidCore.h
framework_root: LiquidCore
sdk: iphonesimulator
module: LiquidCore
module_version: 0.6.0
module_version: 0.6.1
author: LiquidPlayer
author_url: https://github.com/LiquidPlayer
github_url: https://github.com/LiquidPlayer/LiquidCore
copyright: © 2018-2019 LiquidPlayer
hide_documentation_coverage: true
output: ../../LiquidPlayer.github.io/LiquidCoreiOS/0.6.0
root_url: https://liquidplayer.github.io/LiquidCoreiOS/0.6.0
output: ../../LiquidPlayer.github.io/LiquidCoreiOS/0.6.1
root_url: https://liquidplayer.github.io/LiquidCoreiOS/0.6.1
24 changes: 0 additions & 24 deletions LiquidCoreiOS/LiquidCore/Info.plist

This file was deleted.

0 comments on commit 6125751

Please sign in to comment.