update to 0.2.1

This commit is contained in:
pengfei.zhou 2019-12-23 20:52:39 +08:00 committed by osborn
parent 7319ccd655
commit 5a5e588876
6 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1 +1 @@
version=0.2.0.1
version=0.2.1

View File

@ -28,8 +28,8 @@ android {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "pub.doric:core:0.2.0.1"
debugImplementation "pub.doric:core:0.2.0.1"
implementation "pub.doric:core:0.2.1"
debugImplementation "pub.doric:core:0.2.1"
}
}

View File

@ -6,5 +6,5 @@ target 'Example' do
use_frameworks!
# Pods for Example
pod 'DoricCore', '~>0.2.0'
pod 'DoricCore', '~>0.2.1'
end

View File

@ -10,7 +10,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"doric": "0.2.0",
"doric": "0.2.1",
"reflect-metadata": "^0.1.13",
"rollup": "^1.27.14",
"@rollup/plugin-commonjs": "^11.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "doric",
"version": "0.2.0.1",
"version": "0.2.1",
"description": "The JS Framework of Doric",
"main": "bundle/doric-vm.js",
"scripts": {