Publish version 0.3.0

This commit is contained in:
pengfei.zhou 2020-02-27 18:43:00 +08:00 committed by osborn
parent e11a26bd6d
commit c5c51fd975
7 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DoricCore'
s.version = '0.2.9'
s.version = '0.3.0'
s.summary = 'Doric iOS SDK'

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DoricDevkit'
s.version = '0.2.8'
s.version = '0.3.0'
s.summary = 'Doric iOS Devkit'
s.description = <<-DESC

View File

@ -1 +1 @@
version=0.2.9
version=0.3.0

View File

@ -1,6 +1,6 @@
{
"name": "doric",
"version": "0.2.9",
"version": "0.3.0",
"description": "The JS Framework of Doric",
"main": "bundle/doric-vm.js",
"types": "index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "doric-web",
"version": "0.2.9",
"version": "0.3.0",
"description": "Doric library for Web",
"main": "dist/index.js",
"scripts": {

View File

@ -23,6 +23,8 @@ echo "version="$CURRENT_VERSION > $CURRENT_DIR/doric-android/version.properties
## iOS
sed -i "" "s/\(version[ ]*= \)'[0-9 \.]*'/\1'$CURRENT_VERSION'/g" $CURRENT_DIR/DoricCore.podspec
sed -i "" "s/\(version[ ]*= \)'[0-9 \.]*'/\1'$CURRENT_VERSION'/g" $CURRENT_DIR/DoricDevkit.podspec
## Web
cd $CURRENT_DIR/doric-web && npm version $CURRENT_VERSION --allow-same-version

View File

@ -1 +1 @@
0.2.9
0.3.0