From 9d65d7936c62b40d0b3140223fa3af27c3a71f84 Mon Sep 17 00:00:00 2001 From: LiWeNHuI Date: Sun, 30 Oct 2022 20:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=89=88=E6=9C=AC=20-=20?= =?UTF-8?q?=F0=9F=8E=892.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 2 +- example/ios/Podfile.lock | 4 ++-- example/pubspec.yaml | 2 +- ios/flutter_file_view.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d599ae9..a5c1828 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.file.view' -version '2.1.1' +version '2.1.2' buildscript { ext.kotlin_version = '1.3.50' diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 61517e3..74a3e78 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Flutter (1.0.0) - - flutter_file_view (2.1.1): + - flutter_file_view (2.1.2): - Flutter DEPENDENCIES: @@ -15,7 +15,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a - flutter_file_view: 90f35d64e1bedd83b248dc06faa5903bc0fdb86e + flutter_file_view: 8836b560f8cc7f932cb41e8855f941e964f108b5 PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c diff --git a/example/pubspec.yaml b/example/pubspec.yaml index dfd4872..729545d 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,7 +3,7 @@ description: Demonstrates how to use the flutter_file_view plugin. publish_to: 'none' -version: 2.1.1+37 +version: 2.1.2+38 environment: sdk: ">=2.14.0 <3.0.0" diff --git a/ios/flutter_file_view.podspec b/ios/flutter_file_view.podspec index 447742a..8aadeb1 100644 --- a/ios/flutter_file_view.podspec +++ b/ios/flutter_file_view.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_file_view' - s.version = '2.1.1' + s.version = '2.1.2' s.summary = 'A file viewer plugin for Flutter, support local file and network link of Android, iOS.' s.description = <<-DESC A file viewer plugin for Flutter, support local file and network link of Android, iOS. diff --git a/pubspec.yaml b/pubspec.yaml index 87d9159..88ffd5b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_file_view description: A file viewer plugin for Flutter, support local file and network link of Android, iOS. -version: 2.1.1 +version: 2.1.2 homepage: https://github.com/LiWenHui96 repository: https://github.com/LiWenHui96/flutter_file_view issue_tracker: https://github.com/LiWenHui96/flutter_file_view/issues