diff --git a/CHANGELOG.md b/CHANGELOG.md index faaae09..92bcdf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.68.0 +- small fixes ## v0.67.0 - small fix for flatpak ## v0.66.0 diff --git a/lib/pubspec.dart b/lib/pubspec.dart index c323324..6a46df0 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.67.0'; +const version = '0.68.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 31df929..7575316 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.67.0 +version: 0.68.0 homepage: https://xpm.link repository: https://github.com/verseles/xpm executables: