升级版本 2.0.3

This commit is contained in:
v7lin
2021-05-14 16:49:53 +08:00
parent 365649a205
commit d3a5382830
5 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## 2.0.3
* Windows
## 2.0.2 ## 2.0.2
* *

View File

@ -1,5 +1,5 @@
group 'io.github.v7lin.walle_kit' group 'io.github.v7lin.walle_kit'
version '2.0.2' version '2.0.3'
buildscript { buildscript {
repositories { repositories {

View File

@ -162,7 +162,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "2.0.2" version: "2.0.3"
sdks: sdks:
dart: ">=2.12.0 <3.0.0" dart: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0" flutter: ">=1.20.0"

View File

@ -4,7 +4,7 @@
# #
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'walle_kit' s.name = 'walle_kit'
s.version = '2.0.2' s.version = '2.0.3'
s.summary = 'A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.' s.summary = 'A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.'
s.description = <<-DESC s.description = <<-DESC
A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs. A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.

View File

@ -1,6 +1,6 @@
name: walle_kit name: walle_kit
description: A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs. description: A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs.
version: 2.0.2 version: 2.0.3
# author: v7lin <v7lin@qq.com> # author: v7lin <v7lin@qq.com>
homepage: https://github.com/rxreader/walle_kit homepage: https://github.com/rxreader/walle_kit