Skip to content

Commit

Permalink
chore: release v3.2.0 (#39)
Browse files Browse the repository at this point in the history
* chore: prepare for release

Signed-off-by: Sahil Kumar <[email protected]>

* fix: pub publish warning

Signed-off-by: Sahil Kumar <[email protected]>

---------

Signed-off-by: Sahil Kumar <[email protected]>
  • Loading branch information
xsahil03x authored Nov 16, 2024
1 parent 5bf4734 commit 8006e45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Upcoming
## 3.2.0

- Increased the minimum Flutter version required to `3.22.0`.

Expand Down
5 changes: 2 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"
sdk: ^3.4.0
flutter: ">=3.22.0"

dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
before_after:
path: ../

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: before_after
homepage: https://github.com/xsahil03x/before_after
description: A flutter package which makes it easier to display the difference between two images.
version: 3.1.0
version: 3.2.0
repository: https://github.com/xsahil03x/before_after
issue_tracker: https://github.com/xsahil03x/before_after/issues

environment:
sdk: ^3.4.0
flutter: ^3.22.0
flutter: ">=3.22.0"

dependencies:
flutter:
Expand Down

0 comments on commit 8006e45

Please sign in to comment.