feat: v1.0.5
This commit is contained in:
parent
3513af07f9
commit
8043c304b9
|
|
@ -1,3 +1,7 @@
|
|||
## 1.0.5
|
||||
|
||||
* Fix exclude rule.
|
||||
|
||||
## 1.0.4
|
||||
|
||||
* Fix lint rules.
|
||||
|
|
|
|||
|
|
@ -421,7 +421,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "1.0.4"
|
||||
version: "1.0.5"
|
||||
plugin_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: platform_image_converter
|
||||
description: "A high-performance Flutter plugin for cross-platform image format conversion using native APIs."
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
homepage: https://github.com/koji-1009/platform_image_converter
|
||||
topics:
|
||||
- image
|
||||
|
|
|
|||
Loading…
Reference in New Issue