From ff87034413af5401d0c5dcff33bf7c6ca9a6bba2 Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Fri, 17 Jan 2020 17:17:59 +0800 Subject: [PATCH] Publish version 0.2.4 --- DoricCore.podspec | 2 +- doric-android/version.properties | 2 +- doric-js/package.json | 4 ++-- doric-web/package.json | 2 +- version | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DoricCore.podspec b/DoricCore.podspec index b3d54ec9..52d94237 100644 --- a/DoricCore.podspec +++ b/DoricCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DoricCore' - s.version = '0.2.3' + s.version = '0.2.4' s.summary = 'Doric iOS SDK' diff --git a/doric-android/version.properties b/doric-android/version.properties index a26476f9..0596570d 100644 --- a/doric-android/version.properties +++ b/doric-android/version.properties @@ -1 +1 @@ -version=0.2.3 +version=0.2.4 diff --git a/doric-js/package.json b/doric-js/package.json index 7b99dbcc..d2ee023d 100644 --- a/doric-js/package.json +++ b/doric-js/package.json @@ -1,6 +1,6 @@ { "name": "doric", - "version": "0.2.3", + "version": "0.2.4", "description": "The JS Framework of Doric", "main": "bundle/doric-vm.js", "types": "index.d.ts", @@ -40,4 +40,4 @@ "@rollup/plugin-buble": "^0.21.0", "@rollup/plugin-commonjs": "^11.0.1" } -} \ No newline at end of file +} diff --git a/doric-web/package.json b/doric-web/package.json index bc087b99..c15439ad 100644 --- a/doric-web/package.json +++ b/doric-web/package.json @@ -1,6 +1,6 @@ { "name": "doric-web", - "version": "0.2.3", + "version": "0.2.4", "description": "Doric library for Web", "main": "dist/index.js", "scripts": { diff --git a/version b/version index 373f8c6f..72f9fa82 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.3 \ No newline at end of file +0.2.4 \ No newline at end of file