Skip to content

Commit

Permalink
🔖 prerelease 3.0.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Jul 14, 2024
1 parent 1bb91e3 commit 3184684
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.svn/
.env
.fvm
.fvmrc

# IntelliJ related
*.iml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.1"
version: "3.0.0-dev.1"
intl:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3184684

Please sign in to comment.