Skip to content

Commit

Permalink
Merge branch 'develop' into limwa/chore/backport-hotfixes-20240308
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa authored Mar 8, 2024
2 parents 6339f6d + fe5915f commit 687fdf7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion uni/app_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.8+270
1.9.0-beta.9+271
1 change: 0 additions & 1 deletion uni/lib/controller/fetchers/departures_fetcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class DeparturesFetcher {
callParam.indexOf("'") + 1,
callParam.lastIndexOf("'"),
);

return csrfToken;
} catch (e, stackTrace) {
unawaited(
Expand Down
2 changes: 1 addition & 1 deletion uni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.8+270
version: 1.9.0-beta.9+271


environment:
Expand Down

0 comments on commit 687fdf7

Please sign in to comment.