Changes to be committed:
This commit is contained in:
parent
f8426a78d0
commit
0139c6c693
Binary file not shown.
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue