From 8d9bbe888ecfa7182c27ee64a16ce0691fb49e5c Mon Sep 17 00:00:00 2001 From: Sicherhaven Date: Wed, 18 Mar 2026 16:31:40 +0530 Subject: [PATCH] chore: bump version to 1.5.0+15 versionCode: 15, versionName: 1.5(p) Includes all performance fixes from previous commits. --- android/app/build.gradle.kts | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 79b05bd..7f93ec5 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -22,8 +22,8 @@ android { applicationId = "com.sicherhaven.eventify" minSdk = flutter.minSdkVersion targetSdk = flutter.targetSdkVersion - versionCode = 14 - versionName = "1.4(p)" + versionCode = 15 + versionName = "1.5(p)" } // ---------- SIGNING CONFIG ---------- diff --git a/pubspec.yaml b/pubspec.yaml index db5c9ff..01b88ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: figma description: A Flutter event app publish_to: 'none' -version: 1.4.0+14 +version: 1.5.0+15 environment: sdk: ">=2.17.0 <3.0.0"