From ef3ba8bc1db98b24da022f8e0a0fd5acc9cdccb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lio?= Date: Sun, 28 May 2023 23:43:57 -0300 Subject: [PATCH] small fixes --- CHANGELOG.md | 2 ++ lib/pubspec.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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: