mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Bump version number to 0.3.4-dev
This commit is contained in:
parent
f53abad9c8
commit
b3bb70ce8a
4 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<!-- <release version="0.3.4-dev" date="unreleased"></release> -->
|
||||
<release version="0.3.3" date="2024-05-05"></release>
|
||||
<release version="0.3.2" date="2024-01-21"></release>
|
||||
<release version="0.3.1" date="2023-12-10"></release>
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue