Skip to content

Commit

Permalink
chore: 🤖 Change le numéro de version: 1.1.65 (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj authored Sep 16, 2022
1 parent 7a56e7f commit d0b3bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions front/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
"SCHEDULE_EXACT_ALARM",
"VIBRATE",
],
versionCode: 64,
versionCode: 65,
},
assetBundlePatterns: ["**/*"],
hooks: {
Expand All @@ -54,7 +54,7 @@ export default {
icon: "./src/assets/images/icon.png",
ios: {
associatedDomains: [`applinks:${process.env.DEEPLINK_DOMAIN}`],
buildNumber: "1.1.64",
buildNumber: "1.1.65",
bundleIdentifier: "com.fabrique.millejours",
infoPlist: {
NSCalendarsUsageDescription:
Expand Down Expand Up @@ -87,7 +87,7 @@ export default {
fallbackToCacheTimeout: 0,
},
userInterfaceStyle: "light",
version: "1.1.64",
version: "1.1.65",
web: {
favicon: "./src/assets/images/favicon.png",
},
Expand Down

0 comments on commit d0b3bcb

Please sign in to comment.