release: Bump version to 0.1.2
This commit is contained in:
parent
8cac2711d6
commit
fcdeb75db6
@ -5,3 +5,9 @@
|
||||
## 0.1.1
|
||||
|
||||
* 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
|
||||
description: A simple wrapper over platform native DNS methods
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
homepage: https://codeberg.org/moxxy/moxdns
|
||||
publish_to: https://pub.polynom.me
|
||||
|
||||
@ -22,13 +22,13 @@ dependencies:
|
||||
|
||||
moxdns_android:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
moxdns_linux:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
moxdns_platform_interface:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^2.0.0
|
||||
|
@ -5,3 +5,9 @@
|
||||
## 0.1.1
|
||||
|
||||
* 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
|
||||
description: Android-specific implementation of moxdns
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
homepage: https://codeberg.org/moxxy/moxdns
|
||||
publish_to: https://pub.polynom.me
|
||||
|
||||
@ -14,10 +14,10 @@ dependencies:
|
||||
|
||||
moxdns:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
moxdns_platform_interface:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
||||
plugin_platform_interface: 2.1.0
|
||||
|
||||
|
@ -5,3 +5,9 @@
|
||||
## 0.1.1
|
||||
|
||||
* 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
|
||||
description: Linux-specific implementation of moxdns
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
homepage: https://codeberg.org/moxxy/moxdns
|
||||
publish_to: https://pub.polynom.me
|
||||
|
||||
@ -14,10 +14,10 @@ dependencies:
|
||||
|
||||
moxdns:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
moxdns_platform_interface:
|
||||
hosted: https://pub.polynom.me
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
||||
plugin_platform_interface: 2.1.0
|
||||
|
||||
|
@ -5,3 +5,9 @@
|
||||
## 0.1.1
|
||||
|
||||
* 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
|
||||
description: Platform definitions for moxdns
|
||||
homepage: https://codeberg.org/moxxy/moxdns
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
publish_to: https://pub.polynom.me
|
||||
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user