Skip to content

Commit

Permalink
update numbers and phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Sep 4, 2023
1 parent fcbfa98 commit aa720de
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mano

![Mobile version](https://img.shields.io/badge/mobile%20app%20version-2.36.0-blue)
![Mobile version](https://img.shields.io/badge/mobile%20app%20version-2.36.1-blue)
[![Maintainability](https://api.codeclimate.com/v1/badges/223e4185a3e13f1ef5d0/maintainability)](https://codeclimate.com/github/SocialGouv/mano/maintainability)

Code source de [Mano](https://mano-app.fabrique.social.gouv.fr/), organisé en plusieurs services :
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "api_mano",
"mobileAppVersion": "2.36.0",
"version": "1.283.0",
"mobileAppVersion": "2.36.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions api/src/controllers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ router.get("/version", async (req, res) => {
`La nouvelle version ${MOBILE_APP_VERSION} de Mano est disponible !`,
`Vous avez la version ${req.headers.version} actuellement sur votre téléphone.
Cette nouvelle version :
- Permet la compatibilité avec la nouvelle organisation des dossiers sur le navigateur
- Affiche le nome de la personne concernée dans les commentaires d'actions des comptes-rendus"
- Rafraichit les données automatiquement plus souvent pour une meilleure cohérence des données entre différents utilisateurs simultanés
- Accélère le chargement initial des données
`,
[
{ text: "Télécharger", link: `https://mano-app.fabrique.social.gouv.fr/download?ts=${Date.now()}` },
Expand Down
4 changes: 2 additions & 2 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 14
versionName "2.36.0"
versionCode 15
versionName "2.36.1"
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
4 changes: 2 additions & 2 deletions app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "mano",
"displayName": "Mano",
"version": {
"buildNumber": 14,
"buildName": "2.36.0"
"buildNumber": 15,
"buildName": "2.36.1"
},
"bundle": {
"android": "com.mano",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mano",
"version": "2.36.0",
"version": "2.36.1",
"private": true,
"scripts": {
"get-ip": "./get-ip.sh",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"mobileAppVersion": "2.36.0",
"version": "1.283.0",
"mobileAppVersion": "2.36.1",
"private": true,
"engines": {
"npm": "please-use-yarn",
Expand Down

0 comments on commit aa720de

Please sign in to comment.