Skip to content

Commit

Permalink
update version 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysseferreira committed Dec 10, 2024
1 parent bc0b4f8 commit c8cfcb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default {
slug: 'compani',
description: 'Nous aidons les intervenants, les managers du secteur et les dirigeants à pratiquer un accompagnement humain',
platforms: ['ios', 'android', 'web'],
version: '2.29.0',
version: '2.30.0',
orientation: 'portrait',
primaryColor: '#005774',
icon: './assets/images/ios_icon.png',
Expand Down Expand Up @@ -76,7 +76,7 @@ export default {
color: '#005774',
},
ios: {
buildNumber: '2.29.0',
buildNumber: '2.30.0',
bundleIdentifier: variables.bundleIdentifier,
requireFullScreen: true,
icon: './assets/images/ios_icon.png',
Expand Down Expand Up @@ -106,7 +106,7 @@ export default {
foregroundImage: './assets/images/android_icon.png',
backgroundColor: '#005774',
},
versionCode: 230,
versionCode: 240,
},
web: {
favicon: './assets/images/android_icon_old.png',
Expand Down
2 changes: 1 addition & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"prod": {
"node": "20.18.0",
"channel": "prod-2.29.0",
"channel": "prod-2.30.0",
"env": {
"EXPO_USE_SOURCE": "1",
"APP_ENV": "production",
Expand Down

0 comments on commit c8cfcb1

Please sign in to comment.