diff --git a/DoricCore.podspec b/DoricCore.podspec index 6fa89bc9..44ae1c93 100644 --- a/DoricCore.podspec +++ b/DoricCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DoricCore' - s.version = '0.3.3' + s.version = '0.3.4' s.summary = 'Doric iOS SDK' diff --git a/DoricDevkit.podspec b/DoricDevkit.podspec index f9dd3eed..440f9ef5 100644 --- a/DoricDevkit.podspec +++ b/DoricDevkit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DoricDevkit' - s.version = '0.3.3' + s.version = '0.3.4' s.summary = 'Doric iOS Devkit' s.description = <<-DESC diff --git a/doric-android/version.properties b/doric-android/version.properties index 8cabea52..6e06493c 100644 --- a/doric-android/version.properties +++ b/doric-android/version.properties @@ -1 +1 @@ -version=0.3.3 +version=0.3.4 diff --git a/doric-js/package.json b/doric-js/package.json index 57fb65a5..65e68d05 100644 --- a/doric-js/package.json +++ b/doric-js/package.json @@ -1,6 +1,6 @@ { "name": "doric", - "version": "0.3.3", + "version": "0.3.4", "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 d4d8fe32..343e7fa6 100644 --- a/doric-web/package.json +++ b/doric-web/package.json @@ -1,6 +1,6 @@ { "name": "doric-web", - "version": "0.3.3", + "version": "0.3.4", "description": "Doric library for Web", "main": "dist/index.js", "scripts": { diff --git a/publish.sh b/publish.sh index e641aa6e..4691c7c2 100644 --- a/publish.sh +++ b/publish.sh @@ -49,4 +49,9 @@ cd $CURRENT_DIR/doric-web && npm publish echo "Publish Android" cd $CURRENT_DIR/doric-android && ./gradlew clean publishAll echo "Publish iOS" -cd $CURRENT_DIR && pod trunk push DoricCore.podspec --allow-warnings && pod trunk push DoricDevkit.podspec --allow-warnings \ No newline at end of file +cd $CURRENT_DIR && pod trunk push DoricCore.podspec --allow-warnings && pod trunk push DoricDevkit.podspec --allow-warnings + +echo "Publish Android Legacy" + +cd $CURRENT_DIR && git checkout -b legacy/$CURRENT_VERSION && sh publish-android-legacy.sh + diff --git a/version b/version index 87a08711..448a0fa1 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.3.3 \ No newline at end of file +0.3.4 \ No newline at end of file