Skip to content

Commit

Permalink
chore(release): 10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Feb 1, 2021
1 parent 4feae95 commit 409bf7d
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.

### [10.4.1](https://github.com/hopetambala/puente-reactnative-collect/compare/v10.4.0...v10.4.1) (2021-02-01)

## [10.4.0](https://github.com/hopetambala/puente-reactnative-collect/compare/v10.3.2...v10.4.0) (2021-01-31)


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": "10.4.0",
"version": "10.4.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -23,7 +23,7 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "10.4.0",
"buildNumber": "10.4.1",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "This app uses your location to geo-tag surveys accurately."
}
Expand All @@ -32,7 +32,7 @@
"favicon": "./assets/images/favicon.png"
},
"android": {
"versionCode": 380100400,
"versionCode": 380100401,
"permissions": [
"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": "10.4.0",
"version": "10.4.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 409bf7d

Please sign in to comment.