release: Bump version to 0.1.2

This commit is contained in:
PapaTutuWawa 2022-07-28 19:58:20 +02:00
parent 8cac2711d6
commit fcdeb75db6
8 changed files with 35 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: