Skip to content

Commit

Permalink
chore(release): 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrei committed Nov 19, 2024
1 parent bef4fb6 commit 61db5a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.

## [0.24.2](https://github.com/subadapcocuk/subadapp/compare/v0.24.1...v0.24.2) (2024-11-19)

- Logo boyutları düzenlendi
- Expo'nun son sürümüne yükseltildi

## [0.24.1](https://github.com/subadapcocuk/subadapp/compare/v0.23.6...v0.24.1) (2024-11-05)

- Ufak düzeltmeler yapıldı.
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ tamamen sizin sorumluluğunuzda olduğunu kabul etmeniz gerekiyor.

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

Expand Down
10 changes: 6 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "ŞubadApp",
"slug": "subadapp",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"scheme": "subadapp",
"githubUrl": "https://github.com/subadapcocuk/subadapp",
Expand Down Expand Up @@ -31,15 +31,17 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "0.24.1",
"buildNumber": "0.24.2",
"bundleIdentifier": "subadapp",
"config": {
"usesNonExemptEncryption": false
},
"appStoreUrl": "https://apps.apple.com/tr/app/%C5%9Fubadapp/id1669825799",
"infoPlist": {
"NSMicrophoneUsageDescription": "This app doesn't use the microphone, this permission is required for Audio playing.",
"UIBackgroundModes": ["audio"]
"UIBackgroundModes": [
"audio"
]
},
"privacyManifests": {
"NSPrivacyAccessedAPITypes": [
Expand Down Expand Up @@ -80,7 +82,7 @@
"android.permission.RECORD_AUDIO"
],
"package": "org.subadapp",
"versionCode": 510002401,
"versionCode": 520002402,
"playStoreUrl": "https://play.google.com/store/apps/details?id=org.subadapp"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "node_modules/expo/AppEntry.js",
"license": "Apache-2.0",
"version": "0.24.1",
"version": "0.24.2",
"repository": {
"type": "git",
"url": "https://github.com/subadapcocuk/subadapp.git"
Expand Down

0 comments on commit 61db5a5

Please sign in to comment.