Skip to content

Commit

Permalink
chore(release): 12.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Jul 24, 2023
1 parent 5d7b46a commit 0cf5b7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [12.5.4](https://github.com/hopetambala/puente-reactnative-collect/compare/v12.5.3...v12.5.4) (2023-07-24)

### [12.5.3](https://github.com/hopetambala/puente-reactnative-collect/compare/v12.5.2...v12.5.3) (2023-06-26)

### [12.5.2](https://github.com/hopetambala/puente-reactnative-collect/compare/v12.4.2...v12.5.2) (2023-06-06)
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"android",
"web"
],
"version": "12.5.3",
"version": "12.5.4",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -23,7 +23,7 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "12.5.3",
"buildNumber": "12.5.4",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "This app uses your location to geo-tag surveys accurately.",
"NSCameraUsageDescription": "This app uses photos to identify residents more accurately.",
Expand All @@ -36,7 +36,7 @@
"favicon": "./assets/images/favicon.png"
},
"android": {
"versionCode": 460120503,
"versionCode": 460120504,
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puente-reactnative",
"version": "12.5.3",
"version": "12.5.4",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 0cf5b7e

Please sign in to comment.