Skip to content

Commit

Permalink
🔖 Release hotfix
Browse files Browse the repository at this point in the history
upgrade major package version http 1.1.0
  • Loading branch information
iqfareez committed Jul 12, 2023
1 parent d1ec610 commit 4e4f41f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 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.3.1.0"
#define MyAppVersion "1.3.2.0"
#define MyAppPublisher "Muhammad Fareez Iqmal"
#define MyAppURL "https://iiumschedule.iqfareez.com/"
#define MyAppExeName "iium_schedule.exe"
Expand Down
32 changes: 16 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: "../../Dart App/albiruni"
relative: true
source: path
version: "1.3.0"
version: "1.4.0"
analyzer:
dependency: transitive
description:
Expand Down Expand Up @@ -404,10 +404,10 @@ packages:
dependency: "direct main"
description:
name: http
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525"
url: "https://pub.dev"
source: hosted
version: "0.13.6"
version: "1.1.0"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -677,10 +677,10 @@ packages:
dependency: "direct main"
description:
name: permission_handler
sha256: "37fcc3c3182ac0bf8856f3e973e11c7bef5556d69f1a0d8fb908f51019c2912d"
sha256: "415af30ba76a84faccfe1eb251fe1e4fdc790f876924c65ad7d6ed7a1404bcd6"
url: "https://pub.dev"
source: hosted
version: "10.4.1"
version: "10.4.2"
permission_handler_android:
dependency: transitive
description:
Expand All @@ -693,18 +693,18 @@ packages:
dependency: transitive
description:
name: permission_handler_apple
sha256: "0d1f8007b17573ff1fbeae0f04b6c8e83e1d2f6c4fe8e8226d4d2456aa8ecffe"
sha256: "7a187b671a39919462af2b5e813148365b71a615979165a119868d667fe90c03"
url: "https://pub.dev"
source: hosted
version: "9.1.2"
version: "9.1.3"
permission_handler_platform_interface:
dependency: transitive
description:
name: permission_handler_platform_interface
sha256: "79b36d93a41a4aecfd0d635d77552f327cb84227c718ce5e68b5f7b85546fe7e"
sha256: "463a07cb7cc6c758a7a1c7da36ce666bb80a0b4b5e92df0fa36872e0ed456993"
url: "https://pub.dev"
source: hosted
version: "3.11.0+1"
version: "3.11.1"
permission_handler_windows:
dependency: transitive
description:
Expand Down Expand Up @@ -961,10 +961,10 @@ packages:
dependency: "direct main"
description:
name: url_launcher
sha256: eb1e00ab44303d50dd487aab67ebc575456c146c6af44422f9c13889984c00f3
sha256: "781bd58a1eb16069412365c98597726cd8810ae27435f04b3b4d3a470bacd61e"
url: "https://pub.dev"
source: hosted
version: "6.1.11"
version: "6.1.12"
url_launcher_android:
dependency: transitive
description:
Expand Down Expand Up @@ -1009,18 +1009,18 @@ packages:
dependency: transitive
description:
name: url_launcher_web
sha256: "6bb1e5d7fe53daf02a8fee85352432a40b1f868a81880e99ec7440113d5cfcab"
sha256: cc26720eefe98c1b71d85f9dc7ef0cada5132617046369d9dc296b3ecaa5cbb4
url: "https://pub.dev"
source: hosted
version: "2.0.17"
version: "2.0.18"
url_launcher_windows:
dependency: transitive
description:
name: url_launcher_windows
sha256: "254708f17f7c20a9c8c471f67d86d76d4a3f9c1591aad1e15292008aceb82771"
sha256: "7967065dd2b5fccc18c653b97958fdf839c5478c28e767c61ee879f4e7882422"
url: "https://pub.dev"
source: hosted
version: "3.0.6"
version: "3.0.7"
uuid:
dependency: transitive
description:
Expand Down Expand Up @@ -1111,4 +1111,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.4.0-17.0.pre"
flutter: ">=3.10.0"
8 changes: 4 additions & 4 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.3.1+36
version: 1.3.2+37

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -17,7 +17,7 @@ dependencies:
sdk: flutter

html: ^0.15.0
albiruni: ^1.3.0
albiruni: ^1.4.0
recase:
git: https://github.com/iqfareez/recase.git # Issue #2
and:
Expand All @@ -36,7 +36,7 @@ dependencies:
quick_actions: ^1.0.0
share_plus: ^7.0.2
intl: ^0.18.0
http: ^0.13.5
http: ^1.1.0
version: ^3.0.2
flutter_colorpicker:
# https://github.com/mchome/flutter_colorpicker/pull/85
Expand Down Expand Up @@ -111,7 +111,7 @@ msix_config:
display_name: IIUM Schedule
publisher_display_name: Muhammad Fareez Iqmal
identity_name: fareez.flutter.iiumschedule
msix_version: 1.3.1.0 # same as inno setup (MyAppVersion)
msix_version: 1.3.2.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 4e4f41f

Please sign in to comment.