Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Mar 25, 2024
2 parents b61082f + c1e552c commit eccaf07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"kind": "collectionType",
"collectionName": "annuaire_1000j_blues",
"info": {
"name": "Annuaire 1000jBlues"
"name": "Annuaire 1000jBlues",
"description": ""
},
"options": {
"increments": true,
Expand Down Expand Up @@ -60,6 +61,9 @@
},
"teleconsultation": {
"type": "boolean"
},
"note": {
"type": "richtext"
}
}
}
4 changes: 2 additions & 2 deletions front/app.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/naming-convention */
const APP_VERSION = "1.1.103";
const APP_VERSION_NUM = 103;
const APP_VERSION = "1.1.104";
const APP_VERSION_NUM = 104;

export default {
expo: {
Expand Down
6 changes: 3 additions & 3 deletions front/src/constants/links.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const tndReviewUrl =
"https://jedonnemonavis.numerique.gouv.fr/Demarches/3589?&view-mode=formulaire-avis&nd_source=button&key=8681b4521eb48f91024faeb86f3d53f4";

export const zeroAccidentAppUrlAndroid =
"https://play.google.com/store/apps/details?id=com.fabrique.millejours";
"https://play.google.com/store/apps/details?id=com.Virtualys.ZeroAccidentUnJeuDEnfant";
export const zeroAccidentAppUrliOS =
"itms-apps://itunes.com/app/1000-premiers-jours/id1573729958";
"itms-apps://itunes.com/app/z%C3%A9ro-accident-un-jeu-denfant/id6474536511";
export const zeroAccidentHttpsiOSAppUrl =
"https://apps.apple.com/us/app/1000-premiers-jours/id1573729958";
"https://apps.apple.com/us/app/z%C3%A9ro-accident-un-jeu-denfant/id6474536511";

0 comments on commit eccaf07

Please sign in to comment.