diff --git a/.gitignore b/.gitignore index 3ecf661..faf9509 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ .svn/ .env .fvm +.fvmrc # IntelliJ related *.iml diff --git a/README.md b/README.md index 8673690..d76f8f3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ package to handle the picker and a custom version of [image_crop](https://pub.de Add this package to the `pubspec.yaml` ```yaml -insta_assets_picker: ^2.3.1 +insta_assets_picker: ^3.0.0-dev.1 ``` ### ‼️ DO NOT SKIP THIS PART diff --git a/example/pubspec.lock b/example/pubspec.lock index dc7cd04..2b026c5 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -243,7 +243,7 @@ packages: path: ".." relative: true source: path - version: "2.3.1" + version: "3.0.0-dev.1" intl: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 8166004..ff9b653 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: insta_assets_picker_demo description: The demo project for the insta_assets_picker package. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 2.3.1 +version: 3.0.0-dev.1 environment: sdk: ^3.2.0 diff --git a/pubspec.yaml b/pubspec.yaml index fd96245..0890c2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: insta_assets_picker description: An image (and videos) picker similar with Instagram, supports multi picking, crop and aspect ratio. -version: 2.3.1 +version: 3.0.0-dev.1 repository: https://github.com/LeGoffMael/insta_assets_picker topics: - picker