mirror of
https://github.com/borgbase/vorta
synced 2025-01-18 13:41:50 +00:00
Bump version: 0.3.1 → 0.3.2
This commit is contained in:
parent
810a8026fa
commit
b13b6f91c1
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.3.1
|
current_version = 0.3.2
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|
|
@ -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.3.1
|
version = 0.3.2
|
||||||
url = https://github.com/borgbase/vorta
|
url = https://github.com/borgbase/vorta
|
||||||
keywords =
|
keywords =
|
||||||
backup
|
backup
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.3.1'
|
__version__ = '0.3.2'
|
||||||
|
|
|
@ -42,7 +42,7 @@ app = BUNDLE(exe,
|
||||||
info_plist={
|
info_plist={
|
||||||
'NSHighResolutionCapable': 'True',
|
'NSHighResolutionCapable': 'True',
|
||||||
'LSUIElement': '1',
|
'LSUIElement': '1',
|
||||||
'CFBundleShortVersionString': '0.3.1',
|
'CFBundleShortVersionString': '0.3.2',
|
||||||
'NSAppleEventsUsageDescription': 'Please allow',
|
'NSAppleEventsUsageDescription': 'Please allow',
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue