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 bfc2959..489311b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: os_detect -version: 2.0.0 +version: 2.0.1-dev 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'