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 # Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
*.apk *.apk
*.log *.log
ios

View File

@@ -93,7 +93,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1 versionCode 1
versionName "1.4.0" versionName "1.4.2"
} }
signingConfigs { signingConfigs {
debug { debug {

View File

@@ -12,7 +12,7 @@
], ],
"name": "Assemblr", "name": "Assemblr",
"slug": "Assemblr", "slug": "Assemblr",
"version": "1.4.0", "version": "1.4.2",
"orientation": "portrait", "orientation": "portrait",
"icon": "./src/assets/icon.png", "icon": "./src/assets/icon.png",
"userInterfaceStyle": "light", "userInterfaceStyle": "light",