Skip to content

Commit

Permalink
chore: 🤖 Change le numéro de version : v1.1.56 (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj authored Jun 7, 2022
1 parent 011742d commit 6b7efcb
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 @@ -32,7 +32,7 @@ export default {
"READ_CALENDAR",
"WRITE_CALENDAR",
],
versionCode: 55,
versionCode: 56,
},
assetBundlePatterns: ["**/*"],
hooks: {
Expand All @@ -51,7 +51,7 @@ export default {
icon: "./src/assets/images/icon.png",
ios: {
associatedDomains: [`applinks:${process.env.DEEPLINK_DOMAIN}`],
buildNumber: "1.1.55",
buildNumber: "1.1.56",
bundleIdentifier: "com.fabrique.millejours",
infoPlist: {
NSCalendarsUsageDescription:
Expand Down Expand Up @@ -84,7 +84,7 @@ export default {
fallbackToCacheTimeout: 0,
},
userInterfaceStyle: "light",
version: "1.1.55",
version: "1.1.56",
web: {
favicon: "./src/assets/images/favicon.png",
},
Expand Down

0 comments on commit 6b7efcb

Please sign in to comment.