From ba39bef3b946cb79f609d878a4694be405e0e4fe Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 26 May 2025 23:09:51 +0300 Subject: [PATCH] chore: update version to 1.4.2 and add ios to .gitignore --- .gitignore | 1 + android/app/build.gradle | 2 +- app.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1af8792..35f90c5 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ package-lock.json # Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files *.apk *.log +ios \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index 88dfc29..9f0232d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -93,7 +93,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "1.4.0" + versionName "1.4.2" } signingConfigs { debug { diff --git a/app.json b/app.json index 2b9afaf..1417f6a 100644 --- a/app.json +++ b/app.json @@ -12,7 +12,7 @@ ], "name": "Assemblr", "slug": "Assemblr", - "version": "1.4.0", + "version": "1.4.2", "orientation": "portrait", "icon": "./src/assets/icon.png", "userInterfaceStyle": "light",