diff --git a/android/build.gradle b/android/build.gradle index 81cf3fd..d599ae9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.file.view' -version '2.1.0' +version '2.1.1' buildscript { ext.kotlin_version = '1.3.50' diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 0eed7ca..61517e3 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.0): + - flutter_file_view (2.1.1): - Flutter DEPENDENCIES: @@ -15,7 +15,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a - flutter_file_view: fa2cc3157c23db361e70ea9a92e75b280019f9ce + flutter_file_view: 90f35d64e1bedd83b248dc06faa5903bc0fdb86e PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c diff --git a/example/pubspec.yaml b/example/pubspec.yaml index c736faa..dfd4872 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.0+36 +version: 2.1.1+37 environment: sdk: ">=2.14.0 <3.0.0" diff --git a/ios/flutter_file_view.podspec b/ios/flutter_file_view.podspec index 5ef0e2d..447742a 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.0' + s.version = '2.1.1' 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 8fbcf97..87d9159 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.0 +version: 2.1.1 homepage: https://github.com/LiWenHui96 repository: https://github.com/LiWenHui96/flutter_file_view issue_tracker: https://github.com/LiWenHui96/flutter_file_view/issues