Skip to content

Commit

Permalink
Release 0.0.6-preapp.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaHaceCosas committed Jan 8, 2025
1 parent 5680b60 commit d67b41e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The format is <!--mostly--> based on [Keep a Changelog](https://keepachangelog.c
> [!NOTE]
> For changes related to development, see [CHANGELOG_DEV.md](CHANGELOG_DEV.md).
## Unreleased
## [0.0.6-preapp.28] - 08-01-2025

### Added

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The format is <!--mostly--> based on [Keep a Changelog](https://keepachangelog.c
> [!NOTE]
> For changes related to app itself, see [CHANGELOG.md](CHANGELOG.md).
## Unreleased
## [0.0.6-preapp.28] - 08-01-2025

### Added

Expand Down
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const config: ExpoConfig.ExpoConfig = {
"android.permission.WAKE_LOCK",
"android.permission.ACCESS_FINE_LOCATION",
],
versionCode: 27,
versionCode: 28,
backgroundColor: "#0E1013",
},
ios: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "personaplus",
"main": "expo-router/entry",
"version": "0.0.6-preapp.27",
"version": "0.0.6-preapp.28",
"scripts": {
"start": "expo start --go",
"start:clear": "expo start --go --clear",
Expand Down

0 comments on commit d67b41e

Please sign in to comment.