Publish version 0.3.11

This commit is contained in:
pengfei.zhou 2020-03-21 16:18:01 +08:00 committed by osborn
parent 201278629a
commit 8f4f866bcb
8 changed files with 10 additions and 7 deletions

View File

@ -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'

View File

@ -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

View File

@ -1 +1 @@
version=0.3.10
version=0.3.11

View File

@ -1 +1 @@
0.3.10
0.3.11

View File

@ -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",

View File

@ -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": {

View File

@ -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/

View File

@ -1 +1 @@
0.3.10
0.3.11