Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Apr 8, 2024
1 parent 0b72f5e commit 49a6c8c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.10] - 2024-04-08

* pubspec.yaml dependency updates

## [1.0.9] - 2024-04-01

* pubspec.yaml dependency updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Add the following to your `pubspec.yaml` file:

``` yaml
dependencies:
media_pro: ^1.0.9
media_pro: ^1.0.10
```
or with Dart:
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.9"
version: "1.0.10"
meta:
dependency: transitive
description:
Expand All @@ -448,10 +448,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "67c3005a77fe068232a7cde2f5b8aa7077fa8db50b9b97dd5aefed0b1ad4fd68"
sha256: "9662d056297433385d570146b92f208e941d1fca795d5abc4f36dcacaf57bdd1"
url: "https://pub.dev"
source: hosted
version: "5.62.0"
version: "5.63.0"
octo_image:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/media_pro.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export '/widgets/single_image_picker_widget.dart';
export '/widgets/grid_image_picker_widget.dart';

/// MediaPro version
const String _mediaProVersion = '1.0.9';
const String _mediaProVersion = '1.0.10';

/// MediaPro class
class MediaPro {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: media_pro
description: "Media widgets for Flutter. Upload and display images from the gallery, camera and more."
version: 1.0.9
version: 1.0.10
homepage: https://nylo.dev
repository: https://github.com/nylo-core/media-pro
issue_tracker: https://github.com/nylo-core/media-pro/issues
Expand All @@ -22,7 +22,7 @@ dependencies:
pretty_dio_logger: ^1.3.1
flutter_draggable_gridview: ^0.0.11
dio: ^5.4.2+1
nylo_support: ^5.62.0
nylo_support: ^5.63.0
flutter:
sdk: flutter
mime: ^1.0.5
Expand Down

0 comments on commit 49a6c8c

Please sign in to comment.