From 51351137c1a968b32ba05f827d488306b4094085 Mon Sep 17 00:00:00 2001 From: Bram Bakker Date: Thu, 30 Mar 2023 10:23:52 +0200 Subject: [PATCH] Updated version nr and changelog --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf3b6b..be5b147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ +## 0.5.0 + +- added the ability to disable certain pickers in the code + ## 0.4.0 - Bump `flutter_form_wizard` to version 6.0.0 - Remove unnecessary `riverpod` dependency + ## 0.3.5 - Fixed left button @@ -13,6 +18,7 @@ ## 0.3.3 - Added optional left button on audio picker + ## 0.3.2 - Fixed an incorrect import on web diff --git a/pubspec.yaml b/pubspec.yaml index 53fcc8a..ef1475a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_media_picker description: A new Flutter package project. -version: 0.4.0 +version: 0.5.0 homepage: https://github.com/Iconica-Development/flutter_media_picker publish_to: "none"