From a2e863447a7d69b583356014e098ab931bf51dd6 Mon Sep 17 00:00:00 2001 From: Brett Sutton Date: Wed, 24 Aug 2022 09:01:45 +1000 Subject: [PATCH] Released 1.4.4. --- CHANGELOG.md | 3 +++ lib/src/version/version.g.dart | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a445813..17d0bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.4.4 +- Updated the pubspec description. + # 1.4.3 - updated the readme to make it more suitable for pub.dev. - Added additional diagnostic details to onepub doctor. diff --git a/lib/src/version/version.g.dart b/lib/src/version/version.g.dart index ae9b78c..6cf5d43 100644 --- a/lib/src/version/version.g.dart +++ b/lib/src/version/version.g.dart @@ -1,3 +1,3 @@ /// GENERATED BY pub_release do not modify. /// onepub version -String packageVersion = '1.4.3'; +String packageVersion = '1.4.4'; diff --git a/pubspec.yaml b/pubspec.yaml index 761b713..e20e208 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: onepub -version: 1.4.3 +version: 1.4.4 homepage: https://onepub.dev documentation: https://docs.onepub.dev -description: Command line tools for onepub.dev including a replacement pub command. +description: Command line tools for the OnePub private Dart/Flutter repository. repository: https://github.com/onepub-dev/onepub environment: sdk: '>=2.12.1 <3.0.0'