mirror of
https://github.com/borgbase/vorta
synced 2024-12-23 00:07:58 +00:00
Bump version: 0.2.3 → 0.2.4
This commit is contained in:
parent
180f4a1d80
commit
cdfe2ecbb7
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.2.3
|
||||
current_version = 0.2.4
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = vorta
|
||||
author = Manuel Riel
|
||||
description = A GUI for BorgBackup
|
||||
version = 0.2.3
|
||||
version = 0.2.4
|
||||
url = https://github.com/borgbase/vorta
|
||||
keywords =
|
||||
backup
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.2.3'
|
||||
__version__ = '0.2.4'
|
||||
|
|
|
@ -42,7 +42,7 @@ app = BUNDLE(exe,
|
|||
info_plist={
|
||||
'NSHighResolutionCapable': 'True',
|
||||
'LSUIElement': '1',
|
||||
'CFBundleShortVersionString': '0.2.3'
|
||||
'CFBundleShortVersionString': '0.2.4'
|
||||
},
|
||||
)
|
||||
if False:
|
||||
|
|
Loading…
Reference in a new issue