Skip to content

Commit

Permalink
Version upgrades.
Browse files Browse the repository at this point in the history
  • Loading branch information
deakjahn committed May 17, 2023
1 parent f7aa160 commit 520b50a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.7] - 2023-05-17

* Version upgrades (SDK 3)

## [1.0.6] - 2023-05-01

* Implement [#25](https://github.com/deakjahn/crop_image/pull/25).
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: crop_image
description: An image cropper widget, with 90-degree rotations. Supports mobile, web and desktop.
version: 1.0.6
version: 1.0.7
homepage: https://github.com/deakjahn/crop_image

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=1.17.0"
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
sdk: flutter

meta: ^1.8.0
meta: ^1.9.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 520b50a

Please sign in to comment.