mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Bump version number to 0.2.0
This commit is contained in:
parent
03ad75d314
commit
2de388ec5f
3 changed files with 7 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Name=BeeRef
|
||||
Comment=BeeRef 0.1.1
|
||||
Comment=BeeRef 0.2.0
|
||||
Terminal=false
|
||||
Exec=/home/yourname/path/to/BeeRef-0.1.1/BeeRef-0.1.1
|
||||
Exec=/home/yourname/path/to/BeeRef-0.2.0/BeeRef-0.2.0
|
||||
Type=Application
|
||||
Icon=/home/yourname/path/to/BeeRef-0.1.1/beeref/assets/logo.png
|
||||
Name[en_US]=Beeref
|
||||
Icon=/home/yourname/path/to/BeeRef-0.2.0/beeref/assets/logo.png
|
||||
Name[en_US]=BeeRef
|
||||
|
||||
MimeType=application/x-beeref;
|
||||
Categories=Qt;KDE;Graphics;
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
APPNAME = 'BeeRef'
|
||||
APPNAME_FULL = f'{APPNAME} Reference Image Viewer'
|
||||
VERSION = '0.1.1'
|
||||
WEBSITE = 'https://beeref.org'
|
||||
VERSION = '0.2.0'
|
||||
WEBSITE = 'https://github.com/rbreu/beeref'
|
||||
COPYRIGHT = 'Copyright © 2021 Rebecca Breu'
|
||||
|
||||
COLORS = {
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='BeeRef',
|
||||
version='0.1.1',
|
||||
version='0.2.0',
|
||||
author='Rebecca Breu',
|
||||
author_email='rebecca@rbreu.de',
|
||||
url='https://github.com/rbreu/beeref',
|
||||
|
|
|
|||
Loading…
Reference in a new issue