mirror of https://github.com/borgbase/vorta
Bump version: 0.3.2 → 0.4.0
This commit is contained in:
parent
27496d2070
commit
54bc049a1a
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.3.2
|
||||
current_version = 0.4.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = vorta
|
||||
author = Manuel Riel
|
||||
description = A GUI for BorgBackup
|
||||
version = 0.3.2
|
||||
version = 0.4.0
|
||||
url = https://github.com/borgbase/vorta
|
||||
keywords =
|
||||
backup
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.3.2'
|
||||
__version__ = '0.4.0'
|
||||
|
|
|
@ -42,7 +42,7 @@ app = BUNDLE(exe,
|
|||
info_plist={
|
||||
'NSHighResolutionCapable': 'True',
|
||||
'LSUIElement': '1',
|
||||
'CFBundleShortVersionString': '0.3.2',
|
||||
'CFBundleShortVersionString': '0.4.0',
|
||||
'NSAppleEventsUsageDescription': 'Please allow',
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue