From 6b28b605bcfd1ed570a23036c75c9eaf36046512 Mon Sep 17 00:00:00 2001 From: developer Date: Sat, 7 Mar 2020 19:19:38 +0800 Subject: [PATCH] fix: version --- android/build.gradle | 2 +- ios/mop.podspec | 6 ++---- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 5aded18..409046f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,6 +77,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.0.75' + implementation 'com.finogeeks.lib:finapplet:2.0.77' } diff --git a/ios/mop.podspec b/ios/mop.podspec index bec0d66..831d798 100644 --- a/ios/mop.podspec +++ b/ios/mop.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'mop' - s.version = '0.0.1' + s.version = '0.1.0' s.summary = 'A new flutter plugin project.' s.description = <<-DESC A new flutter plugin project. @@ -15,9 +15,7 @@ A new flutter plugin project. s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' - s.ios.deployment_target = '8.0' - - s.dependency 'FinApplet', '2.0.190' + s.dependency 'FinApplet', '2.0.191' end diff --git a/pubspec.yaml b/pubspec.yaml index 46947f6..a59783a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A new flutter plugin project. -version: 0.1.0 +version: 0.1.1 authors: - finogeeks homepage: https://github.com/finogeeks/flutter-mop-plugin