Skip to content

Commit

Permalink
chore(release): 0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrei committed Mar 24, 2024
1 parent 7b9d790 commit 72b7356
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.23.4](https://github.com/subadapcocuk/subadapp/compare/v0.23.3...v0.23.4) (2024-03-24)

## [0.23.3](https://github.com/subadapcocuk/subadapp/compare/v0.23.2...v0.23.3) (2024-02-01)

- Konser bağlantısı güncellendi.
Expand Down
17 changes: 13 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.23.3",
"version": "0.23.4",
"description": "",
"scheme": "subadapp",
"githubUrl": "https://github.com/subadapcocuk/subadapp",
Expand All @@ -21,13 +21,22 @@
"assetBundlePatterns": [
"**/*"
],
"plugins": [
[
"expo-av",
{
"microphonePermission": false
}
]
],
"ios": {
"supportsTablet": true,
"buildNumber": "0.23.3",
"buildNumber": "0.23.4",
"bundleIdentifier": "subadapp",
"config": {
"usesNonExemptEncryption": false
}
},
"appStoreUrl": "https://apps.apple.com/tr/app/%C5%9Fubadapp/id1669825799"
},
"android": {
"googleServicesFile": "./google-services.json",
Expand All @@ -39,7 +48,7 @@
"android.permission.RECORD_AUDIO"
],
"package": "org.subadapp",
"versionCode": 500002303,
"versionCode": 500002304,
"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.23.3",
"version": "0.23.4",
"repository": {
"type": "git",
"url": "https://github.com/subadapcocuk/subadapp.git"
Expand Down

0 comments on commit 72b7356

Please sign in to comment.