diff --git a/installers/Niufin Inventory Manager.exe b/installers/Niufin Inventory Manager.exe index 10e249a40..cadf4cbe9 100644 Binary files a/installers/Niufin Inventory Manager.exe and b/installers/Niufin Inventory Manager.exe differ diff --git a/installers/NiufinInventoryManagerISS.iss b/installers/NiufinInventoryManagerISS.iss index b2af6d1d1..4fd2f1b93 100644 --- a/installers/NiufinInventoryManagerISS.iss +++ b/installers/NiufinInventoryManagerISS.iss @@ -2,9 +2,9 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Niufin Inventory Manager" -#define MyAppVersion "1.5.2" +#define MyAppVersion "5.0.155" #define MyAppPublisher "Niu Aurora Tech Innovations Private Limited" -#define MyAppURL "https://www.niutech.in" +#define MyAppURL "https://www.niutech.in/" #define MyAppExeName "invoiceninja.exe" #define MyAppAssocName MyAppName + " File" #define MyAppAssocExt ".myp" @@ -13,7 +13,7 @@ [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{F1558BAF-C4A3-4C91-AFDB-903BFD85E2DA} +AppId={{A1C9DAEB-A31D-483E-823A-92FA56BE933E} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} diff --git a/pubspec.yaml b/pubspec.yaml index 70d6385b2..ac74818f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.154+154 +version: 5.0.155+155 homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io publish_to: none