Skip to content

Commit

Permalink
Bumps version number and commits results of pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktylah committed Feb 21, 2022
1 parent ca60d1f commit a15bf8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ PODS:
- DKImagePickerController/PhotoGallery
- Flutter
- Flutter (1.0.0)
- path_provider_ios (0.0.1):
- path_provider (0.0.1):
- Flutter
- SDWebImage (5.10.1):
- SDWebImage/Core (= 5.10.1)
- SDWebImage/Core (5.10.1)
- shared_preferences_ios (0.0.1):
- shared_preferences (0.0.1):
- Flutter
- SwiftyGif (5.3.0)

DEPENDENCIES:
- file_picker (from `.symlinks/plugins/file_picker/ios`)
- Flutter (from `Flutter`)
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
- shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`)
- path_provider (from `.symlinks/plugins/path_provider/ios`)
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)

SPEC REPOS:
trunk:
Expand All @@ -61,19 +61,19 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/file_picker/ios"
Flutter:
:path: Flutter
path_provider_ios:
:path: ".symlinks/plugins/path_provider_ios/ios"
shared_preferences_ios:
:path: ".symlinks/plugins/shared_preferences_ios/ios"
path_provider:
:path: ".symlinks/plugins/path_provider/ios"
shared_preferences:
:path: ".symlinks/plugins/shared_preferences/ios"

SPEC CHECKSUMS:
DKImagePickerController: b5eb7f7a388e4643264105d648d01f727110fc3d
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
file_picker: 3e6c3790de664ccf9b882732d9db5eaf6b8d4eb1
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5
path_provider: d1e9807085df1f9cc9318206cd649dc0b76be3de
SDWebImage: f66a16b95183b92ed6b965ad21d33167bc07612d
shared_preferences_ios: aef470a42dc4675a1cdd50e3158b42e3d1232b32
shared_preferences: 5033afbb22d372e15aff8ff766df9021b845f273
SwiftyGif: e466e86c660d343357ab944a819a101c4127cb40

PODFILE CHECKSUM: a75497545d4391e2d394c3668e20cfb1c2bbd4aa
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.8+1
version: 1.0.8+3

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit a15bf8a

Please sign in to comment.