diff --git a/beeref.desktop b/beeref.desktop index 30d02b9..c6e3928 100644 --- a/beeref.desktop +++ b/beeref.desktop @@ -3,7 +3,7 @@ Name=BeeRef GenericName=Image Viewer Comment=A simple reference image viewer Terminal=false -Exec=/home/yourname/path/to/BeeRef-0.3.3.appimage +Exec=/home/yourname/path/to/BeeRef-0.3.4-dev.appimage Type=Application Icon=/home/yourname/path/to/logo.png diff --git a/beeref/constants.py b/beeref/constants.py index 86b4418..ae8988a 100644 --- a/beeref/constants.py +++ b/beeref/constants.py @@ -15,7 +15,7 @@ APPNAME = 'BeeRef' APPNAME_FULL = f'{APPNAME} Reference Image Viewer' -VERSION = '0.3.3' +VERSION = '0.3.4-dev' WEBSITE = 'https://github.com/rbreu/beeref' COPYRIGHT = 'Copyright © 2021-2024 Rebecca Breu' diff --git a/org.beeref.BeeRef.appdata.xml b/org.beeref.BeeRef.appdata.xml index 41a1890..c87d6e9 100644 --- a/org.beeref.BeeRef.appdata.xml +++ b/org.beeref.BeeRef.appdata.xml @@ -20,6 +20,7 @@ + diff --git a/setup.py b/setup.py index 8c767cf..48e6759 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='BeeRef', - version='0.3.3', + version='0.3.4-dev', author='Rebecca Breu', author_email='rebecca@rbreu.de', url='https://github.com/rbreu/beeref',