Skip to content

Commit

Permalink
update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
maoschanz committed Jul 18, 2021
1 parent 8badc28 commit af650c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deb_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DISTRO="unstable" # this script is for local use, distros manage this themselves
PACKAGE_NAME="drawing" # XXX ask it as an input maybe?
VERSION="0.7.0"
VERSION="0.8.3"

function separator () {
echo ""
Expand Down Expand Up @@ -34,6 +34,7 @@ cp -r help $DIR_PATH/$DIR_NAME/
cp -r po $DIR_PATH/$DIR_NAME/
cp -r src $DIR_PATH/$DIR_NAME/
cp meson.build $DIR_PATH/$DIR_NAME/
cp meson_options.txt $DIR_PATH/$DIR_NAME/
cd $DIR_PATH/
tar -Jcvf $FILE_NAME.orig.tar.xz $DIR_NAME
cd $DIR_PATH/$DIR_NAME/
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

project(
'drawing',
version: '0.8.2',
version: '0.8.3',
meson_version: '>= 0.50.0',
)
app_uuid = 'com.github.maoschanz.drawing'
Expand Down

0 comments on commit af650c4

Please sign in to comment.