Skip to content

Commit 65f1704

Browse files
committed
3.1.31
1 parent 1d3ce3c commit 65f1704

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "fr.ign.geoportail"
88
minSdk rootProject.ext.minSdkVersion
99
targetSdk rootProject.ext.targetSdkVersion
10-
versionCode 30130
11-
versionName "3.1.30"
10+
versionCode 30131
11+
versionName "3.1.31"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -24,7 +24,7 @@ android {
2424
}
2525
fdroid {
2626
dimension "default"
27-
versionName "3.1.30"
27+
versionName "3.1.31"
2828
}
2929
}
3030

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,11 @@
349349
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
350350
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
351351
CODE_SIGN_STYLE = Automatic;
352-
CURRENT_PROJECT_VERSION = 3.1.30;
352+
CURRENT_PROJECT_VERSION = 3.1.31;
353353
INFOPLIST_FILE = App/Info.plist;
354354
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
355355
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356-
MARKETING_VERSION = 3.1.30;
356+
MARKETING_VERSION = 3.1.31;
357357
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
358358
PRODUCT_BUNDLE_IDENTIFIER = fr.ign.geoportail;
359359
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -370,11 +370,11 @@
370370
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
371371
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
372372
CODE_SIGN_STYLE = Automatic;
373-
CURRENT_PROJECT_VERSION = 3.1.30;
373+
CURRENT_PROJECT_VERSION = 3.1.31;
374374
INFOPLIST_FILE = App/Info.plist;
375375
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
376376
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
377-
MARKETING_VERSION = 3.1.30;
377+
MARKETING_VERSION = 3.1.31;
378378
PRODUCT_BUNDLE_IDENTIFIER = fr.ign.geoportail;
379379
PRODUCT_NAME = "$(TARGET_NAME)";
380380
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "geoportail-app",
33
"displayName": "Cartes IGN",
4-
"version": "3.1.30",
4+
"version": "3.1.31",
55
"description": "Découvrez la France autrement et observez l’évolution du territoire",
66
"main": "index.js",
77
"engines": {

0 commit comments

Comments
 (0)