Skip to content

Commit

Permalink
Released 5.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Feb 5, 2024
1 parent 0618f4b commit 9fb0464
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lib/src/version/version.g.dart
Original file line number Diff line number Diff line change
@@ -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';
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 9fb0464

Please sign in to comment.