chore: update version to 1.4.2 and add ios to .gitignore

This commit is contained in:
2025-05-26 23:09:51 +03:00
parent 6f75dafa0d
commit ba39bef3b9
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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

View File

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