Skip to content

Commit

Permalink
prepare for release 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Leonard <me@blakes.dev>
  • Loading branch information
bleonard252 committed Nov 19, 2022
1 parent 14feae5 commit 52d8500
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.9.0
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -73,8 +73,6 @@ dependencies:

dependency_overrides:
xml: ^5.1.2
just_audio_mpv:
path: ../just_audio_mpv

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 52d8500

Please sign in to comment.