File tree Expand file tree Collapse file tree
ios/authenticator.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ android {
9999 applicationId " com.rootauthenticator.android"
100100 minSdkVersion rootProject. ext. minSdkVersion
101101 targetSdkVersion rootProject. ext. targetSdkVersion
102- versionCode 1
103- versionName " 1.0.0 "
102+ versionCode 2
103+ versionName " 1.0.1 "
104104 }
105105
106106 splits {
Original file line number Diff line number Diff line change 485485 buildSettings = {
486486 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
487487 CLANG_ENABLE_MODULES = YES;
488- CURRENT_PROJECT_VERSION = 1 ;
488+ CURRENT_PROJECT_VERSION = 2 ;
489489 ENABLE_BITCODE = NO;
490490 INFOPLIST_FILE = authenticator/Info.plist;
491491 LD_RUNPATH_SEARCH_PATHS = (
492492 "$(inherited)",
493493 "@executable_path/Frameworks",
494494 );
495- MARKETING_VERSION = 1.0;
495+ MARKETING_VERSION = 1.0.1 ;
496496 OTHER_LDFLAGS = (
497497 "$(inherited)",
498498 "-ObjC",
512512 buildSettings = {
513513 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
514514 CLANG_ENABLE_MODULES = YES;
515- CURRENT_PROJECT_VERSION = 1 ;
515+ CURRENT_PROJECT_VERSION = 2 ;
516516 INFOPLIST_FILE = authenticator/Info.plist;
517517 LD_RUNPATH_SEARCH_PATHS = (
518518 "$(inherited)",
519519 "@executable_path/Frameworks",
520520 );
521- MARKETING_VERSION = 1.0;
521+ MARKETING_VERSION = 1.0.1 ;
522522 OTHER_LDFLAGS = (
523523 "$(inherited)",
524524 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " @rootauthenticator/authenticator-mobile" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "license" : " Apache-2.0" ,
55 "private" : true ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments