From 18fe705b7e107f429290d3bc1017243db6e86762 Mon Sep 17 00:00:00 2001 From: Fareez Iqmal <60868965+iqfareez@users.noreply.github.com> Date: Sat, 10 Aug 2024 06:43:11 +0800 Subject: [PATCH] :bookmark: Update version 1.4.5+44 --- Inno/setup-script.iss | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Inno/setup-script.iss b/Inno/setup-script.iss index b4cd727..53a6604 100644 --- a/Inno/setup-script.iss +++ b/Inno/setup-script.iss @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index 8a7c753..0346037 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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" @@ -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"