Publish version 0.3.0
This commit is contained in:
parent
e11a26bd6d
commit
c5c51fd975
@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'DoricCore'
|
s.name = 'DoricCore'
|
||||||
s.version = '0.2.9'
|
s.version = '0.3.0'
|
||||||
s.summary = 'Doric iOS SDK'
|
s.summary = 'Doric iOS SDK'
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'DoricDevkit'
|
s.name = 'DoricDevkit'
|
||||||
s.version = '0.2.8'
|
s.version = '0.3.0'
|
||||||
s.summary = 'Doric iOS Devkit'
|
s.summary = 'Doric iOS Devkit'
|
||||||
|
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
@ -1 +1 @@
|
|||||||
version=0.2.9
|
version=0.3.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "doric",
|
"name": "doric",
|
||||||
"version": "0.2.9",
|
"version": "0.3.0",
|
||||||
"description": "The JS Framework of Doric",
|
"description": "The JS Framework of Doric",
|
||||||
"main": "bundle/doric-vm.js",
|
"main": "bundle/doric-vm.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "doric-web",
|
"name": "doric-web",
|
||||||
"version": "0.2.9",
|
"version": "0.3.0",
|
||||||
"description": "Doric library for Web",
|
"description": "Doric library for Web",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -23,6 +23,8 @@ echo "version="$CURRENT_VERSION > $CURRENT_DIR/doric-android/version.properties
|
|||||||
## iOS
|
## 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/DoricCore.podspec
|
||||||
|
|
||||||
|
sed -i "" "s/\(version[ ]*= \)'[0-9 \.]*'/\1'$CURRENT_VERSION'/g" $CURRENT_DIR/DoricDevkit.podspec
|
||||||
|
|
||||||
## Web
|
## Web
|
||||||
cd $CURRENT_DIR/doric-web && npm version $CURRENT_VERSION --allow-same-version
|
cd $CURRENT_DIR/doric-web && npm version $CURRENT_VERSION --allow-same-version
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user