Skip to content

Commit

Permalink
🔖 Update version 1.4.5+44
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Aug 9, 2024
1 parent aa229bd commit 18fe705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Inno/setup-script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "IIUM Schedule"
#define MyAppVersion "1.4.4.0"
#define MyAppVersion "1.4.5.0"
#define MyAppPublisher "Muhammad Fareez Iqmal"
#define MyAppURL "https://iiumschedule.iqfareez.com/"
#define MyAppExeName "iium_schedule.exe"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# When changing this version, also change the versions in
# - msix block (msix_version)
# - Inno setup (MyAppVersion)
version: 1.4.4+43
version: 1.4.5+44

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down Expand Up @@ -113,7 +113,7 @@ msix_config:
display_name: IIUM Schedule
publisher_display_name: Muhammad Fareez Iqmal
identity_name: fareez.flutter.iiumschedule
msix_version: 1.4.4.0 # same as inno setup (MyAppVersion)
msix_version: 1.4.5.0 # same as inno setup (MyAppVersion)
logo_path: ".\\assets\\logo\\app-logo.png"
capabilities: "internetClient"
certificate_path: ".\\windows\\CERTIFICATE.pfx"
Expand Down

0 comments on commit 18fe705

Please sign in to comment.