From e27b0cc94181db90dd568724796887f43ea33fe5 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 23 May 2026 00:11:57 +0200 Subject: [PATCH] Resetted version number + build needs format --- .gitea/workflows/push.yaml | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 4450d56..0fbae4d 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -286,6 +286,7 @@ jobs: run: flutter analyze lib test build: + needs: format runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/pubspec.yaml b/pubspec.yaml index 16e3422..5c2fe02 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: tallee description: "Tracking App for Card Games" publish_to: 'none' -version: 0.0.35+269 +version: 0.0.32+269 environment: sdk: ^3.8.1