From 160c5c34b6aa6a9210e0f94a45b4480a7cb021b5 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Sun, 10 May 2026 14:54:45 +0200 Subject: [PATCH] release: bump version to 0.0.9.4 --- android/android/app/build.gradle | 4 ++-- android/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/android/app/build.gradle b/android/android/app/build.gradle index 232f7f1..e613a89 100644 --- a/android/android/app/build.gradle +++ b/android/android/app/build.gradle @@ -79,8 +79,8 @@ android { applicationId "com.ariacockpit" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 903 - versionName "0.0.9.3" + versionCode 904 + versionName "0.0.9.4" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index 9c821c6..47e6280 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.0.9.3", + "version": "0.0.9.4", "private": true, "scripts": { "android": "react-native run-android",