Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Mar 6, 2024
1 parent ffaec90 commit d822aaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.5] - 2024-03-06

* pubspec.yaml dependency updates

## [1.0.4] - 2024-03-04

* Remove 'v' from version number
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.4
media_pro: ^1.0.5
```
or with Dart:
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.4';
const String _mediaProVersion = '1.0.5';

/// 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.4
version: 1.0.5
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.9
dio: ^5.4.1
nylo_support: ^5.51.0
nylo_support: ^5.52.0
flutter:
sdk: flutter
mime: ^1.0.5
Expand Down

0 comments on commit d822aaf

Please sign in to comment.