update to 0.2.1
This commit is contained in:
parent
7319ccd655
commit
5a5e588876
@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'DoricCore'
|
s.name = 'DoricCore'
|
||||||
s.version = '0.2.0.1'
|
s.version = '0.2.1'
|
||||||
s.summary = 'Doric iOS SDK'
|
s.summary = 'Doric iOS SDK'
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
version=0.2.0.1
|
version=0.2.1
|
@ -28,8 +28,8 @@ android {
|
|||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||||
implementation "pub.doric:core:0.2.0.1"
|
implementation "pub.doric:core:0.2.1"
|
||||||
debugImplementation "pub.doric:core:0.2.0.1"
|
debugImplementation "pub.doric:core:0.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,5 +6,5 @@ target 'Example' do
|
|||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
# Pods for Example
|
# Pods for Example
|
||||||
pod 'DoricCore', '~>0.2.0'
|
pod 'DoricCore', '~>0.2.1'
|
||||||
end
|
end
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"doric": "0.2.0",
|
"doric": "0.2.1",
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
"rollup": "^1.27.14",
|
"rollup": "^1.27.14",
|
||||||
"@rollup/plugin-commonjs": "^11.0.0",
|
"@rollup/plugin-commonjs": "^11.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "doric",
|
"name": "doric",
|
||||||
"version": "0.2.0.1",
|
"version": "0.2.1",
|
||||||
"description": "The JS Framework of Doric",
|
"description": "The JS Framework of Doric",
|
||||||
"main": "bundle/doric-vm.js",
|
"main": "bundle/doric-vm.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user