From 0086c0e692edc318edaadb9a05830948206c7921 Mon Sep 17 00:00:00 2001 From: smallTrogdor <30844036+smallTrogdor@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:28:47 +0000 Subject: [PATCH] chore: Example app release v2.5.0 --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index debe482..e7ed836 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: sbb_maps_example description: Example app for the sbb_maps_flutter package. publish_to: "none" -version: 2.5.0+9004 # automatically set by GH Action +version: 2.5.0+9005 # automatically set by GH Action environment: sdk: ">=3.3.0 <4.0.0"