Skip to content

Commit

Permalink
发布版本 - 🎉2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LiWenHui96 committed Oct 30, 2022
1 parent df25d90 commit 9d65d79
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.file.view'
version '2.1.1'
version '2.1.2'

buildscript {
ext.kotlin_version = '1.3.50'
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (1.0.0)
- flutter_file_view (2.1.1):
- flutter_file_view (2.1.2):
- Flutter

DEPENDENCIES:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
flutter_file_view: 90f35d64e1bedd83b248dc06faa5903bc0fdb86e
flutter_file_view: 8836b560f8cc7f932cb41e8855f941e964f108b5

PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_file_view.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9d65d79

Please sign in to comment.