Skip to content

Commit

Permalink
feat(app): update mobile version
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Apr 1, 2022
1 parent 0b378c5 commit 5367191
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mano
![Mobile version](https://img.shields.io/badge/mobile%20app%20version-2.16.0-blue)
![Mobile version](https://img.shields.io/badge/mobile%20app%20version-2.17.0-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",
"version": "1.82.0",
"mobileAppVersion": "2.16.0",
"mobileAppVersion": "2.17.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 3
versionName "2.16.0"
versionName "2.17.0"
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
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.16.0",
"version": "2.17.0",
"private": true,
"scripts": {
"get-ip": "./get-ip.sh",
Expand Down

0 comments on commit 5367191

Please sign in to comment.