From 2a9a5da6f3c7656f15ebec6019e8a6f808554847 Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Tue, 10 Sep 2024 09:57:54 +0200 Subject: [PATCH] chore: prepare v5.0.1 --- pubspec.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 946ac91..6301d6f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: matomo_tracker description: A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API. -version: 5.0.0+1 +version: 5.0.1 homepage: https://github.com/Floating-Dartists/matomo-tracker repository: https://github.com/Floating-Dartists/matomo-tracker issue_tracker: https://github.com/Floating-Dartists/matomo-tracker/issues @@ -31,5 +31,3 @@ dev_dependencies: sdk: flutter meta: ^1.12.0 mocktail: ^1.0.3 - -flutter: null