diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f3543..962b94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 5.3.2 +- upgraded dcli to fix a null check. + # 5.3.1 - upgraded to the latest version of dcli to correctly detect when we are running in docker. diff --git a/lib/src/version/version.g.dart b/lib/src/version/version.g.dart index 7ab307f..3272312 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. /// Instance of 'Name' version -String packageVersion = '5.3.1'; +String packageVersion = '5.3.2'; diff --git a/pubspec.lock b/pubspec.lock index 1915277..ee9277c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -141,18 +141,18 @@ packages: dependency: "direct main" description: name: dcli - sha256: "0c315e040742da77fbbef4f4240a941637f025a89c5edf8721818aa11b474539" + sha256: "4bfc1fd0854663bbcae6fa08f1e63d3c226788426cf8559b523203030f202b5a" url: "https://pub.dev" source: hosted - version: "3.3.3" + version: "3.3.4" dcli_core: dependency: "direct main" description: name: dcli_core - sha256: "17047b6bac29b9f54bddbea6ade23a9cfd5de53ef4915b2a3b98dc99e170d943" + sha256: "8fb87613d4ff0cef8ec1ab25898155a8d66b3dab1b8fe8d192e0b85ac6c62ed1" url: "https://pub.dev" source: hosted - version: "3.3.3" + version: "3.3.4" dcli_terminal: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0b80417..76c3fdf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dswitch -version: 5.3.1 +version: 5.3.2 homepage: https://dswitch.onepub.dev documentation: https://dswitch.onepub.dev description: DSwitch is a cli tool that allows you to rapidly switch between channels and versions of Dart. You can also pin a channel to a specific version. @@ -9,8 +9,8 @@ environment: dependencies: archive: ^3.3.8 args: ^2.1.1 - dcli: ^3.3.3 - dcli_core: ^3.3.3 + dcli: ^3.3.4 + dcli_core: ^3.3.4 meta: ^1.0.0 path: ^1.0.0 pub_semver: ^2.0.0