Skip to content

Commit 61db5a5

Browse files
committed
chore(release): 0.24.2
1 parent bef4fb6 commit 61db5a5

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.24.2](https://github.com/subadapcocuk/subadapp/compare/v0.24.1...v0.24.2) (2024-11-19)
6+
7+
- Logo boyutları düzenlendi
8+
- Expo'nun son sürümüne yükseltildi
9+
510
## [0.24.1](https://github.com/subadapcocuk/subadapp/compare/v0.23.6...v0.24.1) (2024-11-05)
611

712
- Ufak düzeltmeler yapıldı.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ tamamen sizin sorumluluğunuzda olduğunu kabul etmeniz gerekiyor.
2929

3030
- Hata bildirimlerini şu bağlantıdan yapabilirsiniz:
3131
<https://github.com/subadapcocuk/subadapp/issues>
32-
- Mevcut geliştirme ve sonraki sürüm hedeflerini projeler sayfasında
33-
görebilirsiniz: <https://github.com/subadapcocuk/subadapp/projects/>
3432
- Fikirleriniz, sorularınız, genel düşünceleriniz varsa tartışma kısmına
3533
bakabilirsiniz: <https://github.com/subadapcocuk/subadapp/discussions>
3634

app.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "ŞubadApp",
44
"slug": "subadapp",
5-
"version": "0.24.1",
5+
"version": "0.24.2",
66
"description": "",
77
"scheme": "subadapp",
88
"githubUrl": "https://github.com/subadapcocuk/subadapp",
@@ -31,15 +31,17 @@
3131
],
3232
"ios": {
3333
"supportsTablet": true,
34-
"buildNumber": "0.24.1",
34+
"buildNumber": "0.24.2",
3535
"bundleIdentifier": "subadapp",
3636
"config": {
3737
"usesNonExemptEncryption": false
3838
},
3939
"appStoreUrl": "https://apps.apple.com/tr/app/%C5%9Fubadapp/id1669825799",
4040
"infoPlist": {
4141
"NSMicrophoneUsageDescription": "This app doesn't use the microphone, this permission is required for Audio playing.",
42-
"UIBackgroundModes": ["audio"]
42+
"UIBackgroundModes": [
43+
"audio"
44+
]
4345
},
4446
"privacyManifests": {
4547
"NSPrivacyAccessedAPITypes": [
@@ -80,7 +82,7 @@
8082
"android.permission.RECORD_AUDIO"
8183
],
8284
"package": "org.subadapp",
83-
"versionCode": 510002401,
85+
"versionCode": 520002402,
8486
"playStoreUrl": "https://play.google.com/store/apps/details?id=org.subadapp"
8587
},
8688
"extra": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "node_modules/expo/AppEntry.js",
33
"license": "Apache-2.0",
4-
"version": "0.24.1",
4+
"version": "0.24.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/subadapcocuk/subadapp.git"

0 commit comments

Comments
 (0)