Skip to content

Commit b09eac4

Browse files
committed
🔖 common 1.0.6
1 parent 70b8242 commit b09eac4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎packages/flutter_image_compress_common/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.6
2+
3+
- **DEPS**: Bump `compileSdk` to `34`.
4+
15
## 1.0.5
26

37
- **DOCS**: The first version for OpenHarmony. ([5fcab8da](https://github.com/fluttercandies/flutter_image_compress/commit/5fcab8dac6277b36b7169962474e5af3cf88724b))

‎packages/flutter_image_compress_common/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_image_compress_common
22
description: Compress image with native (Objective-C/Kotlin) with faster speed. Support Android/iOS.
33
repository: https://github.com/fluttercandies/flutter_image_compress
4-
version: 1.0.5
4+
version: 1.0.6
55

66
environment:
77
sdk: '>=2.12.0 <4.0.0'
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
flutter_image_compress_platform_interface: ^1.0.5
14-
14+
1515
flutter:
1616
plugin:
1717
implements: flutter_image_compress

0 commit comments

Comments
 (0)