Skip to content

Commit 353c735

Browse files
committed
2.95.4
1 parent 456b747 commit 353c735

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "fr.ign.geoportail"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 29503
11-
versionName "2.95.3"
10+
versionCode 29504
11+
versionName "2.95.4"
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.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,11 @@
346346
buildSettings = {
347347
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
348348
CODE_SIGN_STYLE = Automatic;
349-
CURRENT_PROJECT_VERSION = 2.95.3;
349+
CURRENT_PROJECT_VERSION = 2.95.4;
350350
INFOPLIST_FILE = App/Info.plist;
351351
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
352352
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
353-
MARKETING_VERSION = 2.95.3;
353+
MARKETING_VERSION = 2.95.4;
354354
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
355355
PRODUCT_BUNDLE_IDENTIFIER = fr.ign.geoportail;
356356
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -366,11 +366,11 @@
366366
buildSettings = {
367367
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
368368
CODE_SIGN_STYLE = Automatic;
369-
CURRENT_PROJECT_VERSION = 2.95.3;
369+
CURRENT_PROJECT_VERSION = 2.95.4;
370370
INFOPLIST_FILE = App/Info.plist;
371371
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
372372
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
373-
MARKETING_VERSION = 2.95.3;
373+
MARKETING_VERSION = 2.95.4;
374374
PRODUCT_BUNDLE_IDENTIFIER = fr.ign.geoportail;
375375
PRODUCT_NAME = "$(TARGET_NAME)";
376376
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": "Géoportail",
4-
"version": "2.95.3",
4+
"version": "2.95.4",
55
"description": "Application Géoportail",
66
"main": "index.js",
77
"engines": {

0 commit comments

Comments
 (0)