From ab236331f0be275df3c909c93d782b2bfcafbb82 Mon Sep 17 00:00:00 2001 From: JarvanMo Date: Thu, 27 Jun 2019 15:40:48 +0800 Subject: [PATCH] bump to 1.0.0+1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec44b41..ce3960e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.0+1 +* 按照pub意见进行修改 + ## 1.0.0 * ios不必重写AppDelegate diff --git a/pubspec.yaml b/pubspec.yaml index 4b610e3..cb0fd6e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,13 @@ name: tobias description: A Flutter plugin for allowing users to authenticate or pay with native Android&iOS AliPay SDKs. -version: 1.0.0 +version: 1.0.0+1 author: JarvanMo homepage: https://github.com/OpenFlutter/tobias environment: - sdk: ">=2.1.0 <3.0.0" + sdk: '>=2.1.0 <3.0.0' dependencies: flutter: