1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-02-23 06:40:39 +00:00

Bump version: 0.2.8 → 0.2.9

This commit is contained in:
Manu 2018-11-05 23:12:43 +08:00
parent 93ad00ae77
commit 755f57d66b
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.8
current_version = 0.2.9
commit = True
tag = True

View file

@ -2,7 +2,7 @@
name = vorta
author = Manuel Riel
description = A GUI for BorgBackup
version = 0.2.8
version = 0.2.9
url = https://github.com/borgbase/vorta
keywords =
backup

View file

@ -1 +1 @@
__version__ = '0.2.8'
__version__ = '0.2.9'

View file

@ -42,7 +42,7 @@ app = BUNDLE(exe,
info_plist={
'NSHighResolutionCapable': 'True',
'LSUIElement': '1',
'CFBundleShortVersionString': '0.2.8',
'CFBundleShortVersionString': '0.2.9',
'NSAppleEventsUsageDescription': 'Please allow',
},
)