Bump version: 0.3.1 → 0.3.2

This commit is contained in:
Manu 2018-11-09 22:47:47 +08:00
parent 810a8026fa
commit b13b6f91c1
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = True

View File

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

View File

@ -1 +1 @@
__version__ = '0.3.1'
__version__ = '0.3.2'

View File

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