Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed May 8, 2023
1 parent a50b4a3 commit b001974
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.5

- Allow users to set their own offset.

## 0.5.4

- More dartdoc comments.
Expand Down
5 changes: 1 addition & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
- 'lib/**/generated/**'
- "lib/**/generated/**"
language:
strict-raw-types: false
strong-mode:
implicit-casts: true
implicit-dynamic: false
errors:
always_declare_return_types: error
always_specify_types: error
Expand Down
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: crop
description: Crop for Flutter. Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in 100% pure Dart code.
version: 0.5.4
version: 0.5.5
homepage: https://pwa.ir
repository: https://github.com/xclud/flutter_crop


environment:
sdk: ">=2.12.0 <3.0.0"

Expand All @@ -17,4 +16,4 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^2.0.1

0 comments on commit b001974

Please sign in to comment.