Skip to content

Commit

Permalink
发布版本 - 🎉2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LiWenHui96 committed Oct 11, 2022
1 parent 69bb2fd commit 2fd4c2c
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.0'
version '2.1.1'

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.0):
- flutter_file_view (2.1.1):
- Flutter

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

SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
flutter_file_view: fa2cc3157c23db361e70ea9a92e75b280019f9ce
flutter_file_view: 90f35d64e1bedd83b248dc06faa5903bc0fdb86e

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.0+36
version: 2.1.1+37

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.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.
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.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
Expand Down

0 comments on commit 2fd4c2c

Please sign in to comment.