Skip to content

Commit

Permalink
chore(release): 0.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrei committed Mar 24, 2024
1 parent 1186067 commit 4e0a1b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 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.5](https://github.com/subadapcocuk/subadapp/compare/v0.23.4...v0.23.5) (2024-03-24)

## [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)
Expand Down
14 changes: 9 additions & 5 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.4",
"version": "0.23.5",
"description": "",
"scheme": "subadapp",
"githubUrl": "https://github.com/subadapcocuk/subadapp",
Expand All @@ -18,7 +18,9 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"plugins": [
[
"expo-av",
Expand All @@ -29,7 +31,7 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "0.23.4",
"buildNumber": "0.23.5",
"bundleIdentifier": "subadapp",
"config": {
"usesNonExemptEncryption": false
Expand All @@ -45,9 +47,11 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"blockedPermissions": ["android.permission.RECORD_AUDIO"],
"blockedPermissions": [
"android.permission.RECORD_AUDIO"
],
"package": "org.subadapp",
"versionCode": 500002304,
"versionCode": 500002305,
"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.4",
"version": "0.23.5",
"repository": {
"type": "git",
"url": "https://github.com/subadapcocuk/subadapp.git"
Expand Down

0 comments on commit 4e0a1b3

Please sign in to comment.