Skip to content

Commit

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

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.1](https://github.com/subadapcocuk/subadapp/compare/v0.23.6...v0.24.1) (2024-11-05)

- Ufak düzeltmeler yapıldı.

## [0.24.0](https://github.com/subadapcocuk/subadapp/compare/v0.23.6...v0.24.0) (2024-10-26)

- Dosya önbellekleme eklendi.
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.24.1",
"description": "",
"scheme": "subadapp",
"githubUrl": "https://github.com/subadapcocuk/subadapp",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "0.24.0",
"buildNumber": "0.24.1",
"bundleIdentifier": "subadapp",
"config": {
"usesNonExemptEncryption": false
Expand Down Expand Up @@ -79,7 +79,7 @@
"android.permission.RECORD_AUDIO"
],
"package": "org.subadapp",
"versionCode": 510002400,
"versionCode": 510002401,
"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.0",
"version": "0.24.1",
"repository": {
"type": "git",
"url": "https://github.com/subadapcocuk/subadapp.git"
Expand Down

0 comments on commit 251fafb

Please sign in to comment.