release: Bump plugin_platform_interface
This commit is contained in:
parent
6a604c18e2
commit
92a98fd56a
@ -1,6 +1,6 @@
|
|||||||
name: moxdns
|
name: moxdns
|
||||||
description: A simple wrapper over platform native DNS methods
|
description: A simple wrapper over platform native DNS methods
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
homepage: https://codeberg.org/moxxy/moxdns
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
|
|
||||||
@ -22,13 +22,13 @@ dependencies:
|
|||||||
|
|
||||||
moxdns_android:
|
moxdns_android:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
moxdns_linux:
|
moxdns_linux:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
moxdns_platform_interface:
|
moxdns_platform_interface:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^2.0.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: moxdns_android
|
name: moxdns_android
|
||||||
description: Android-specific implementation of moxdns
|
description: Android-specific implementation of moxdns
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
homepage: https://codeberg.org/moxxy/moxdns
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
|
|
||||||
@ -14,12 +14,12 @@ dependencies:
|
|||||||
|
|
||||||
moxdns:
|
moxdns:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
moxdns_platform_interface:
|
moxdns_platform_interface:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
|
|
||||||
plugin_platform_interface: 2.1.0
|
plugin_platform_interface: 2.1.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^2.0.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: moxdns_linux
|
name: moxdns_linux
|
||||||
description: Linux-specific implementation of moxdns
|
description: Linux-specific implementation of moxdns
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
homepage: https://codeberg.org/moxxy/moxdns
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
|
|
||||||
@ -14,12 +14,12 @@ dependencies:
|
|||||||
|
|
||||||
moxdns:
|
moxdns:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
moxdns_platform_interface:
|
moxdns_platform_interface:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
|
|
||||||
plugin_platform_interface: 2.1.0
|
plugin_platform_interface: 2.1.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^2.0.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: moxdns_platform_interface
|
name: moxdns_platform_interface
|
||||||
description: Platform definitions for moxdns
|
description: Platform definitions for moxdns
|
||||||
homepage: https://codeberg.org/moxxy/moxdns
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -12,7 +12,7 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
plugin_platform_interface: 2.1.0
|
plugin_platform_interface: 2.1.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user