chore: bump version to 1.5.0+15

versionCode: 15, versionName: 1.5(p)
Includes all performance fixes from previous commits.
This commit is contained in:
2026-03-18 16:31:40 +05:30
parent 002ed3ee98
commit 8d9bbe888e
2 changed files with 3 additions and 3 deletions

View File

@@ -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 ----------

View File

@@ -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"