From d3a5382830fc9b49da9d044cf1b855ae94c60fb8 Mon Sep 17 00:00:00 2001 From: v7lin Date: Fri, 14 May 2021 16:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=202.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ android/build.gradle | 2 +- example/pubspec.lock | 2 +- ios/walle_kit.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e80435..2e2f29e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.3 + +* 兼容 Windows + ## 2.0.2 * 优化打包 diff --git a/android/build.gradle b/android/build.gradle index 015932a..4e06398 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'io.github.v7lin.walle_kit' -version '2.0.2' +version '2.0.3' buildscript { repositories { diff --git a/example/pubspec.lock b/example/pubspec.lock index f976aa0..578295f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -162,7 +162,7 @@ packages: path: ".." relative: true source: path - version: "2.0.2" + version: "2.0.3" sdks: dart: ">=2.12.0 <3.0.0" flutter: ">=1.20.0" diff --git a/ios/walle_kit.podspec b/ios/walle_kit.podspec index db7a18b..37e232c 100644 --- a/ios/walle_kit.podspec +++ b/ios/walle_kit.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| 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.description = <<-DESC A powerful Flutter plugin allowing developers to read/write channelId to apk with Walle Tools/SDKs. diff --git a/pubspec.yaml b/pubspec.yaml index 2c3395c..01c9de0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: walle_kit 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 homepage: https://github.com/rxreader/walle_kit