diff --git a/DoricCore.podspec b/DoricCore.podspec index 79b4cd64..3ad28941 100644 --- a/DoricCore.podspec +++ b/DoricCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DoricCore' - s.version = '0.3.10' + s.version = '0.3.11' s.summary = 'Doric iOS SDK' diff --git a/DoricDevkit.podspec b/DoricDevkit.podspec index 5e005b1f..df61faee 100644 --- a/DoricDevkit.podspec +++ b/DoricDevkit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DoricDevkit' - s.version = '0.3.10' + s.version = '0.3.11' s.summary = 'Doric iOS Devkit' s.description = <<-DESC diff --git a/doric-android/version.properties b/doric-android/version.properties index 0a96726f..00c2b5af 100644 --- a/doric-android/version.properties +++ b/doric-android/version.properties @@ -1 +1 @@ -version=0.3.10 +version=0.3.11 diff --git a/doric-cli/target/version b/doric-cli/target/version index 81de5c57..20805912 100644 --- a/doric-cli/target/version +++ b/doric-cli/target/version @@ -1 +1 @@ -0.3.10 \ No newline at end of file +0.3.11 diff --git a/doric-js/package.json b/doric-js/package.json index 84ac3ecb..5c95fd55 100644 --- a/doric-js/package.json +++ b/doric-js/package.json @@ -1,6 +1,6 @@ { "name": "doric", - "version": "0.3.10", + "version": "0.3.11", "description": "The JS Framework of Doric", "main": "bundle/doric-vm.js", "types": "index.d.ts", diff --git a/doric-web/package.json b/doric-web/package.json index 607cb633..87f6f6df 100644 --- a/doric-web/package.json +++ b/doric-web/package.json @@ -1,6 +1,6 @@ { "name": "doric-web", - "version": "0.3.10", + "version": "0.3.11", "description": "Doric library for Web", "main": "dist/index.js", "scripts": { diff --git a/publish.sh b/publish.sh index 4691c7c2..0fb67f32 100644 --- a/publish.sh +++ b/publish.sh @@ -28,6 +28,9 @@ sed -i "" "s/\(version[ ]*= \)'[0-9 \.]*'/\1'$CURRENT_VERSION'/g" $CURRENT_DIR/D ## Web cd $CURRENT_DIR/doric-web && npm version $CURRENT_VERSION --allow-same-version +## CLI +echo $CURRENT_VERSION > $CURRENT_DIR/doric-cli/target/version + # git save cd $CURRENT_DIR/ diff --git a/version b/version index 81de5c57..99a89b94 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.3.10 \ No newline at end of file +0.3.11 \ No newline at end of file