diff --git a/Justfile b/Justfile index a4e3cf9..eac159a 100644 --- a/Justfile +++ b/Justfile @@ -22,7 +22,7 @@ release-appimage: cp assets/brand/ic_foreground_small.png AppDir/usr/share/icons/hicolor/64x64/xyz.u1024256.bodacious.png mkdir -p build/linux/x64/release/appimage/ echo If this is not found, run: sudo pip install appimage-builder - ./build/appimage-builder-x86_64.AppImage --skip-test + appimage-builder --skip-test @rm bodacious-x86_64.AppImage echo AppImage released to build/linux/x64/release/appimage/bodacious-x86_64.AppImage # Build the app in release mode diff --git a/assets/version.txt b/assets/version.txt index 6f4eebd..ac39a10 100644 --- a/assets/version.txt +++ b/assets/version.txt @@ -1 +1 @@ -0.8.1 +0.9.0 diff --git a/pubspec.lock b/pubspec.lock index 2da1460..e65e7de 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -494,9 +494,9 @@ packages: just_audio_mpv: dependency: "direct main" description: - path: "../just_audio_mpv" - relative: true - source: path + name: just_audio_mpv + url: "https://pub.dartlang.org" + source: hosted version: "0.1.6" just_audio_platform_interface: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 3d6dca9..8dd69fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: 'none' # Increment the build number (after +) by at least one for every release. # Follow semver. -version: 0.8.1+8 +version: 0.9.0+9 environment: sdk: ">=2.17.0-150.0.dev <3.0.0" @@ -73,8 +73,6 @@ dependencies: dependency_overrides: xml: ^5.1.2 - just_audio_mpv: - path: ../just_audio_mpv dev_dependencies: flutter_test: