From 5b63991e5a35e924c277fefec8c7be6b43802d73 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 18 Apr 2022 12:56:03 -0700 Subject: [PATCH 1/2] Update pubspec.yaml --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index bfc2959..3dfedde 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: os_detect version: 2.0.0 description: Platform independent OS detection. -homepage: https://github.com/dart-lang/os_detect +repository: https://github.com/dart-lang/os_detect + environment: sdk: '>=2.12.0 <3.0.0' From e6e6cecd0e1a18a117ccd24815abf9640b2f771b Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Wed, 20 Apr 2022 14:43:26 -0700 Subject: [PATCH 2/2] -dev version --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb2ee8..2c91ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.0.1-dev + ## 2.0.0 - Stable null safety release. diff --git a/pubspec.yaml b/pubspec.yaml index 3dfedde..489311b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: os_detect -version: 2.0.0 +version: 2.0.1-dev description: Platform independent OS detection. repository: https://github.com/dart-lang/os_detect