diff --git a/app.json b/app.json index 3aab81d..1968243 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ "android", "web" ], - "version": "1.0.0", + "version": "1.0.1", "orientation": "portrait", "primaryColor": "#be1522", "icon": "./assets/android.icon.png", diff --git a/screens/About/AboutScreen.js b/screens/About/AboutScreen.js index ebec48b..b1c1220 100644 --- a/screens/About/AboutScreen.js +++ b/screens/About/AboutScreen.js @@ -11,7 +11,7 @@ import CustomMaterialIcon from "../../components/CustomMaterialIcon"; import AsyncStorageManager from "../../utils/AsyncStorageManager"; const links = { - appstore: 'https://qwant.com', + appstore: 'https://apps.apple.com/us/app/campus-amicale-insat/id1477722148', playstore: 'https://play.google.com/store/apps/details?id=fr.amicaleinsat.application', expo: 'https://expo.io/@amicaleinsat/application-amicale', git: 'https://git.srv-falcon.etud.insa-toulouse.fr/vergnet/application-amicale/src/branch/master/README.md',