Skip to content

Commit c30495b

Browse files
committed
🔖(mobile) release v1.3.0
1 parent bd4bec3 commit c30495b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

‎src/mobile/android/app/build.gradle‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "fr.gouv.assistant_transcripts"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 14
86-
versionName "1.2.3"
85+
versionCode 17
86+
versionName "1.3.0"
8787
manifestPlaceholders = [
8888
appAuthRedirectScheme: "fr-gouv-assistant-transcripts"
8989
]

‎src/mobile/ios/AssistantTranscripts.xcodeproj/project.pbxproj‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
ASSETCATALOG_COMPILER_APPICON_NAME = "logo-app-assistant-transcript";
359359
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
360360
CLANG_ENABLE_MODULES = YES;
361-
CURRENT_PROJECT_VERSION = 14;
361+
CURRENT_PROJECT_VERSION = 17;
362362
DEVELOPMENT_TEAM = NVMQD635C6;
363363
ENABLE_BITCODE = NO;
364364
INFOPLIST_FILE = AssistantTranscripts/Info.plist;
@@ -368,7 +368,7 @@
368368
"$(inherited)",
369369
"@executable_path/Frameworks",
370370
);
371-
MARKETING_VERSION = 1.2.3;
371+
MARKETING_VERSION = 1.3.0;
372372
OTHER_LDFLAGS = (
373373
"$(inherited)",
374374
"-ObjC",
@@ -392,7 +392,7 @@
392392
ASSETCATALOG_COMPILER_APPICON_NAME = "logo-app-assistant-transcript";
393393
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
394394
CLANG_ENABLE_MODULES = YES;
395-
CURRENT_PROJECT_VERSION = 14;
395+
CURRENT_PROJECT_VERSION = 17;
396396
DEVELOPMENT_TEAM = NVMQD635C6;
397397
INFOPLIST_FILE = AssistantTranscripts/Info.plist;
398398
INFOPLIST_KEY_CFBundleDisplayName = "Assistant Transcripts";
@@ -401,7 +401,7 @@
401401
"$(inherited)",
402402
"@executable_path/Frameworks",
403403
);
404-
MARKETING_VERSION = 1.2.3;
404+
MARKETING_VERSION = 1.3.0;
405405
OTHER_LDFLAGS = (
406406
"$(inherited)",
407407
"-ObjC",

‎src/mobile/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assistanttranscripts",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --active-arch-only",

0 commit comments

Comments
 (0)