From f60c70f39132d106fb57338144cb4457b69de62f Mon Sep 17 00:00:00 2001 From: Jason Ramboz Date: Wed, 19 Jun 2024 10:57:48 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.5.0?= 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 620258f..ad3ed8f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True sign_tags = True diff --git a/app.py b/app.py index 3be7ed7..fbcc987 100644 --- a/app.py +++ b/app.py @@ -22,7 +22,7 @@ import json import glob -script_version = '0.4.0' +script_version = '0.5.0' script_authors = 'Jason Ramboz' script_repo = 'https://github.com/jramboz/tintalle' diff --git a/tintalle-mac.spec b/tintalle-mac.spec index 7a99300..9d7cac2 100644 --- a/tintalle-mac.spec +++ b/tintalle-mac.spec @@ -51,6 +51,6 @@ app = BUNDLE( info_plist={ 'NSPrincipalClass': 'NSApplication', 'NSAppleScriptEnabled': False, - "CFBundleShortVersionString":"0.4.0", + "CFBundleShortVersionString":"0.5.0", } ) diff --git a/tintalle.iss b/tintalle.iss index a47bc96..f7f912a 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.4.0" +#define MyAppVersion "0.5.0" #define MyAppPublisher "Jason Ramboz" #define MyAppURL "https://github.com/jramboz/tintalle" #define MyAppExeName "Tintalle.exe"