Skip to content

Commit

Permalink
Revert bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
quoc-huynh-cosee committed Apr 17, 2024
1 parent 1d9fbef commit 04c694c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions native_image_cropper/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Flutter plugin for cropping images. Supports rectangular and circ
repository: https://github.com/cosee/native_image_cropper/tree/main/native_image_cropper
homepage: https://pub.dev/publishers/cosee.biz/packages
issue_tracker: https://github.com/cosee/native_image_cropper/issues
version: 0.6.0
version: 0.5.0
topics:
- native
- crop
Expand Down Expand Up @@ -31,7 +31,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
native_image_cropper_android: ^0.3.0
native_image_cropper_android: ^0.2.0
native_image_cropper_ios: ^0.2.0
native_image_cropper_macos: ^0.2.0
native_image_cropper_web: ^0.2.0
Expand Down
2 changes: 1 addition & 1 deletion native_image_cropper_android/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0"
version: "0.2.0"
native_image_cropper_platform_interface:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion native_image_cropper_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This is the Android implementation of the native_image_cropper plug
repository: https://github.com/cosee/native_image_cropper/tree/main/native_image_cropper_android
homepage: https://pub.dev/publishers/cosee.biz/packages
issue_tracker: https://github.com/cosee/native_image_cropper/issues
version: 0.3.0
version: 0.2.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 04c694c

Please sign in to comment.