From 5e975fb3847467092cc69c8ccba04c9c7ba361a9 Mon Sep 17 00:00:00 2001 From: Nishchay Shakya <79781577+NishchayShakya1@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:04:55 +0530 Subject: [PATCH 1/2] Calendar Link Removed --- uni/lib/view/useful_info/widgets/sigarra_links_card.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/uni/lib/view/useful_info/widgets/sigarra_links_card.dart b/uni/lib/view/useful_info/widgets/sigarra_links_card.dart index bd1ec3813..91ed49da0 100644 --- a/uni/lib/view/useful_info/widgets/sigarra_links_card.dart +++ b/uni/lib/view/useful_info/widgets/sigarra_links_card.dart @@ -34,11 +34,6 @@ class SigarraLinksCard extends GenericExpansionCard { link: 'https://sigarra.up.pt/feup/pt/inqueritos_geral.inqueritos_list', ), - LinkButton( - title: S.of(context).school_calendar, - link: - 'https://sigarra.up.pt/feup/pt/web_base.gera_pagina?p_pagina=p%c3%a1gina%20est%c3%a1tica%20gen%c3%a9rica%20106', - ), ], ); } From 6f4a810ab36a30db43a6c28491ed4d4dacea56b8 Mon Sep 17 00:00:00 2001 From: bdmendes Date: Fri, 10 Nov 2023 09:03:37 +0000 Subject: [PATCH 2/2] Bump app version [no ci] --- uni/app_version.txt | 2 +- uni/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uni/app_version.txt b/uni/app_version.txt index 099adf0f5..76f04fb93 100644 --- a/uni/app_version.txt +++ b/uni/app_version.txt @@ -1 +1 @@ -1.7.18+208 \ No newline at end of file +1.7.19+209 \ No newline at end of file diff --git a/uni/pubspec.yaml b/uni/pubspec.yaml index 4a5dd2f55..6db358086 100644 --- a/uni/pubspec.yaml +++ b/uni/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: "none" # We do not publish to pub.dev # To change it manually, override the value in app_version.txt. # The app version code is automatically also bumped by CI. # Do not change it manually. -version: 1.7.18+208 +version: 1.7.19+209 environment: sdk: ">=3.0.0 <4.0.0"