release: Bump version to 0.1.2
This commit is contained in:
parent
8cac2711d6
commit
fcdeb75db6
@ -5,3 +5,9 @@
|
|||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
* Switch to selfhosted pub repository
|
* Switch to selfhosted pub repository
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
* Fix crash when using moxdns while there is no Internet connection
|
||||||
|
* Migrate to melos
|
||||||
|
* Migrate to using `very_good_analysis` as a linting ruleset
|
||||||
|
@ -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.1
|
version: 0.1.2
|
||||||
homepage: https://codeberg.org/moxxy/moxdns
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
publish_to: https://pub.polynom.me
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
@ -22,13 +22,13 @@ dependencies:
|
|||||||
|
|
||||||
moxdns_android:
|
moxdns_android:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
moxdns_linux:
|
moxdns_linux:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
moxdns_platform_interface:
|
moxdns_platform_interface:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^2.0.0
|
||||||
|
@ -5,3 +5,9 @@
|
|||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
* Switch to selfhosted pub repository
|
* Switch to selfhosted pub repository
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
* Fix crash when using moxdns while there is no Internet connection
|
||||||
|
* Migrate to melos
|
||||||
|
* Migrate to using `very_good_analysis` as a linting ruleset
|
||||||
|
@ -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.1
|
version: 0.1.2
|
||||||
homepage: https://codeberg.org/moxxy/moxdns
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
publish_to: https://pub.polynom.me
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
@ -14,10 +14,10 @@ dependencies:
|
|||||||
|
|
||||||
moxdns:
|
moxdns:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
moxdns_platform_interface:
|
moxdns_platform_interface:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
|
|
||||||
plugin_platform_interface: 2.1.0
|
plugin_platform_interface: 2.1.0
|
||||||
|
|
||||||
|
@ -5,3 +5,9 @@
|
|||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
* Switch to selfhosted pub repository
|
* Switch to selfhosted pub repository
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
* Fix crash when using moxdns while there is no Internet connection
|
||||||
|
* Migrate to melos
|
||||||
|
* Migrate to using `very_good_analysis` as a linting ruleset
|
||||||
|
@ -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.1
|
version: 0.1.2
|
||||||
homepage: https://codeberg.org/moxxy/moxdns
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
publish_to: https://pub.polynom.me
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
@ -14,10 +14,10 @@ dependencies:
|
|||||||
|
|
||||||
moxdns:
|
moxdns:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
moxdns_platform_interface:
|
moxdns_platform_interface:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
|
|
||||||
plugin_platform_interface: 2.1.0
|
plugin_platform_interface: 2.1.0
|
||||||
|
|
||||||
|
@ -5,3 +5,9 @@
|
|||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
* Switch to selfhosted pub repository
|
* Switch to selfhosted pub repository
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
* Fix crash when using moxdns while there is no Internet connection
|
||||||
|
* Migrate to melos
|
||||||
|
* Migrate to using `very_good_analysis` as a linting ruleset
|
||||||
|
@ -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.1
|
version: 0.1.2
|
||||||
publish_to: https://pub.polynom.me
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user