Skip to content

Commit 51350d6

Browse files
Release v1.0.1
1 parent 872e34a commit 51350d6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

ios/authenticator.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,14 +485,14 @@
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",
@@ -512,13 +512,13 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)