diff --git a/CHANGELOG.md b/CHANGELOG.md index 244ed50..cd3012a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.43.0 +- Fix problems with pack method ## v0.42.0 - Prioritize flatpak over appimage and snap ## v0.41.0 diff --git a/lib/os/prepare.dart b/lib/os/prepare.dart index cf85803..da2a518 100644 --- a/lib/os/prepare.dart +++ b/lib/os/prepare.dart @@ -463,8 +463,6 @@ class Prepare { final packageScriptContents = await packageScript.contents(); - - String togetherContents = ''' #!/usr/bin/env bash @@ -498,8 +496,6 @@ $bestFor final packageScriptContents = await packageScript.contents(); - - String togetherContents = ''' #!/usr/bin/env bash diff --git a/lib/pubspec.dart b/lib/pubspec.dart index 9d44c9c..d878a5e 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.42.0'; +const version = '0.43.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 3887d19..d76bc01 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.42.0 +version: 0.43.0 homepage: https://xpm.link repository: https://github.com/verseles/xpm executables: