diff --git a/CHANGELOG.md b/CHANGELOG.md index 9522ee7..271250e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.53.0 +- Fix use of best method, preferred method and forced method ## v0.52.0 - Fix get command when moving to bin ## v0.51.0 diff --git a/lib/pubspec.dart b/lib/pubspec.dart index 3255022..e9b608d 100644 --- a/lib/pubspec.dart +++ b/lib/pubspec.dart @@ -2,7 +2,7 @@ const name = 'xpm'; const description = 'Universal package manager for any unix-like distro including macOS. Also experimental Windows support.'; -const version = '0.52.0'; +const version = '0.53.0'; const homepage = 'https://xpm.link'; const repository = 'https://github.com/verseles/xpm'; const executables = '{xpm: null}'; diff --git a/pubspec.yaml b/pubspec.yaml index 9b66088..0cc91b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: xpm description: Universal package manager for any unix-like distro including macOS. Also experimental Windows support. -version: 0.52.0 +version: 0.53.0 homepage: https://xpm.link repository: https://github.com/verseles/xpm executables: