Skip to content

Commit

Permalink
chore(release): 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrei committed Oct 26, 2024
1 parent 2342b48 commit 2145a46
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 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.24.0](https://github.com/subadapcocuk/subadapp/compare/v0.23.6...v0.24.0) (2024-10-26)

## [0.23.6](https://github.com/subadapcocuk/subadapp/compare/v0.23.5...v0.23.6) (2024-04-01)

## [0.23.5](https://github.com/subadapcocuk/subadapp/compare/v0.23.4...v0.23.5) (2024-03-24)
Expand Down
22 changes: 15 additions & 7 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.6",
"version": "0.24.0",
"description": "",
"scheme": "subadapp",
"githubUrl": "https://github.com/subadapcocuk/subadapp",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "0.23.6",
"buildNumber": "0.24.0",
"bundleIdentifier": "subadapp",
"config": {
"usesNonExemptEncryption": false
Expand All @@ -44,19 +44,27 @@
"NSPrivacyAccessedAPITypes": [
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategorySystemBootTime",
"NSPrivacyAccessedAPITypeReasons": ["35F9.1"]
"NSPrivacyAccessedAPITypeReasons": [
"35F9.1"
]
},
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryUserDefaults",
"NSPrivacyAccessedAPITypeReasons": ["CA92.1"]
"NSPrivacyAccessedAPITypeReasons": [
"CA92.1"
]
},
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryFileTimestamp",
"NSPrivacyAccessedAPITypeReasons": ["DDA9.1"]
"NSPrivacyAccessedAPITypeReasons": [
"DDA9.1"
]
},
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryDiskSpace",
"NSPrivacyAccessedAPITypeReasons": ["E174.1"]
"NSPrivacyAccessedAPITypeReasons": [
"E174.1"
]
}
]
}
Expand All @@ -71,7 +79,7 @@
"android.permission.RECORD_AUDIO"
],
"package": "org.subadapp",
"versionCode": 500002306,
"versionCode": 510002400,
"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.6",
"version": "0.24.0",
"repository": {
"type": "git",
"url": "https://github.com/subadapcocuk/subadapp.git"
Expand Down

0 comments on commit 2145a46

Please sign in to comment.