From 57d38d767c786dadc69fbddc25726fa75f6f22c0 Mon Sep 17 00:00:00 2001 From: Jason Ramboz Date: Wed, 17 Jul 2024 14:52:55 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1=20=E2=86=92=200.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- app.py | 2 +- tintalle-mac.spec | 2 +- tintalle.iss | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 19a1d52..10ac19c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = True tag = True sign_tags = True diff --git a/app.py b/app.py index 6c5ea6f..2a3c0ad 100644 --- a/app.py +++ b/app.py @@ -22,7 +22,7 @@ import json import glob -script_version = '0.5.1' +script_version = '0.5.2' script_authors = 'Jason Ramboz' script_repo = 'https://github.com/jramboz/tintalle' diff --git a/tintalle-mac.spec b/tintalle-mac.spec index 28b7923..790a434 100644 --- a/tintalle-mac.spec +++ b/tintalle-mac.spec @@ -51,6 +51,6 @@ app = BUNDLE( info_plist={ 'NSPrincipalClass': 'NSApplication', 'NSAppleScriptEnabled': False, - "CFBundleShortVersionString":"0.5.1", + "CFBundleShortVersionString":"0.5.2", } ) diff --git a/tintalle.iss b/tintalle.iss index 30fd90f..5632b81 100644 --- a/tintalle.iss +++ b/tintalle.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Tintalle" -#define MyAppVersion "0.5.1" +#define MyAppVersion "0.5.2" #define MyAppPublisher "Jason Ramboz" #define MyAppURL "https://github.com/jramboz/tintalle" #define MyAppExeName "Tintalle.exe"