From f2cf4e0d58831260ce1cfd83216c1e2ce7901f7f Mon Sep 17 00:00:00 2001 From: duffyduck Date: Thu, 14 May 2026 18:39:58 +0200 Subject: [PATCH] release: bump version to 0.1.4.0 --- 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 31d569c..727b1c4 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 10309 - versionName "0.1.3.9" + versionCode 10400 + versionName "0.1.4.0" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index 63940ab..5f46637 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.1.3.9", + "version": "0.1.4.0", "private": true, "scripts": { "android": "react-native run-android",