diff --git a/Windows/installer.iss b/Windows/installer.iss index f399b0b..51cf08d 100644 --- a/Windows/installer.iss +++ b/Windows/installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Bungloo" -#define MyAppVersion "1.4.1" +#define MyAppVersion "1.4.3" #define MyAppPublisher "Jabs Nu" #define MyAppURL "http://jabs.nu/bungloo" #define MyAppExeName "Bungloo.exe" diff --git a/Windows/setup.py b/Windows/setup.py index 1e573f5..405a8fb 100644 --- a/Windows/setup.py +++ b/Windows/setup.py @@ -22,7 +22,7 @@ files += [('imageformats', imageformats)] setup( name = "Bungloo", - version = "1.4.1", + version = "1.4.3", author = "Jeena Paradies", author_email = "spam@jeenaparadies.net", url = "http://jabs.nu/bungloo",