1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-23 08:17:08 +00:00

Bump version: 0.2.5 → 0.2.6

This commit is contained in:
Manu 2018-11-03 00:33:49 +08:00
parent 7220f6bea7
commit 9b98afe444
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.2.5 current_version = 0.2.6
commit = True commit = True
tag = True tag = True

View file

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

View file

@ -1 +1 @@
__version__ = '0.2.5' __version__ = '0.2.6'

View file

@ -42,7 +42,7 @@ app = BUNDLE(exe,
info_plist={ info_plist={
'NSHighResolutionCapable': 'True', 'NSHighResolutionCapable': 'True',
'LSUIElement': '1', 'LSUIElement': '1',
'CFBundleShortVersionString': '0.2.5' 'CFBundleShortVersionString': '0.2.6'
}, },
) )
if False: if False: