Skip to content

Commit

Permalink
Merge branch 'staging' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 29, 2024
2 parents 502b038 + 223cd5b commit 5eb91e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/front/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const names = {
const name = names[process.env.ENVIRONMENT];

// perhaps this bump could be automated using a combo of app.config.json and this file?
const buildNumber = 643;
const buildNumber = 644;

export default {
name,
Expand All @@ -22,7 +22,7 @@ export default {
owner: 'ugrc',
scheme: bundleId,
githubUrl: 'https://github.com/agrc/roadkill-mobile',
version: '3.0.9',
version: '3.0.10',
orientation: 'portrait',
icon:
process.env.ENVIRONMENT === 'production'
Expand Down
16 changes: 8 additions & 8 deletions src/front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"expo-task-manager": "~11.7.3",
"expo-updates": "~0.24.12",
"expo-web-browser": "~12.8.2",
"formik": "^2.4.5",
"formik": "^2.4.6",
"i18n-js": "^4.4.3",
"immer": "^10.0.4",
"indefinite": "^2.5.1",
Expand All @@ -101,7 +101,7 @@
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-phone-number-input": "^3.4.0",
"react-phone-number-input": "^3.4.1",
"use-immer": "^0.9.0",
"yup": "^1.4.0",
"yup-phone-lite": "^2.0.1"
Expand Down

0 comments on commit 5eb91e7

Please sign in to comment.