From bd3159d1e9bf7cad821481fb58b288fafd9312ac Mon Sep 17 00:00:00 2001 From: Ahmed Harmouche Date: Mon, 14 Sep 2026 14:13:16 +0200 Subject: [PATCH] Mobile release v0.8.0 --- dashpilot-android/app/build.gradle.kts | 4 ++-- dashpilot-ios/dashpilot.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashpilot-android/app/build.gradle.kts b/dashpilot-android/app/build.gradle.kts index da41521c..e50a22fa 100644 --- a/dashpilot-android/app/build.gradle.kts +++ b/dashpilot-android/app/build.gradle.kts @@ -19,8 +19,8 @@ android { applicationId = "com.softwiredtech.dashpilot" minSdk = 29 targetSdk = 36 - versionCode = 12 - versionName = "0.7.0" + versionCode = 13 + versionName = "0.8.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/dashpilot-ios/dashpilot.xcodeproj/project.pbxproj b/dashpilot-ios/dashpilot.xcodeproj/project.pbxproj index f1e37dff..a1835772 100644 --- a/dashpilot-ios/dashpilot.xcodeproj/project.pbxproj +++ b/dashpilot-ios/dashpilot.xcodeproj/project.pbxproj @@ -504,7 +504,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 7; + CURRENT_PROJECT_VERSION = 8; DEVELOPMENT_TEAM = XP3U3X792Z; ENABLE_PREVIEWS = YES; ENABLE_USER_SCRIPT_SANDBOXING = NO; @@ -539,7 +539,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 7; + CURRENT_PROJECT_VERSION = 8; DEVELOPMENT_TEAM = XP3U3X792Z; ENABLE_PREVIEWS = YES; ENABLE_USER_SCRIPT_SANDBOXING = NO;