From 7f2c3a5b4573894e91fc7cb1a057d182162268a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:42:05 +0100 Subject: [PATCH] chore: example app release v2.5.0 (#8) Co-authored-by: smallTrogdor <30844036+smallTrogdor@users.noreply.github.com> --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e7ed836..552755a 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+9005 # automatically set by GH Action +version: 2.5.0+9006 # automatically set by GH Action environment: sdk: ">=3.3.0 <4.0.0"