From ae9b11d3a4a7d04483871e681d28a4960f6d02ea Mon Sep 17 00:00:00 2001 From: Diogo Couto Date: Tue, 19 Jan 2021 16:15:12 +0000 Subject: [PATCH] Version 1.1.2 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- android/app/build.gradle | 4 ++-- ios/Divoc.xcodeproj/project.pbxproj | 24 ++++++++++++------------ ios/DivocTests/Info.plist | 2 +- package.json | 2 +- 6 files changed, 24 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa06e39..40715a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,3 +77,9 @@ - Update ubirider website link - Fix minor bugs - Fix typos + +## version 1.1.2 (19.01.2021) +- Add contact popup +- Add iOS 12.5 compatibility +- Fix minor bugs +- Fix typos diff --git a/README.md b/README.md index 6d4e5321..f158795c 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@
- v.1.1.1 + v1.1.2 diff --git a/android/app/build.gradle b/android/app/build.gradle index c0aff882..706c159d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -164,8 +164,8 @@ android { applicationId "fct.inesctec.stayaway" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 101010 - versionName "1.1.1" + versionCode 101020 + versionName "1.1.2" resValue "string", "build_config_package", "fct.inesctec.stayaway" resConfigs "en", "pt" diff --git a/ios/Divoc.xcodeproj/project.pbxproj b/ios/Divoc.xcodeproj/project.pbxproj index 1209e89c..e49d68d4 100644 --- a/ios/Divoc.xcodeproj/project.pbxproj +++ b/ios/Divoc.xcodeproj/project.pbxproj @@ -826,7 +826,7 @@ CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.debug.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 101000; + CURRENT_PROJECT_VERSION = 101020; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = VB258YUFG3; ENABLE_BITCODE = NO; @@ -839,7 +839,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.1; + MARKETING_VERSION = 1.1.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -868,7 +868,7 @@ CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.entitlements"; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 101000; + CURRENT_PROJECT_VERSION = 101020; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = VB258YUFG3; INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist"; @@ -876,7 +876,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.1; + MARKETING_VERSION = 1.1.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1069,7 +1069,7 @@ CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.debug.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 101000; + CURRENT_PROJECT_VERSION = 101020; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = VB258YUFG3; INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist"; @@ -1077,7 +1077,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.1; + MARKETING_VERSION = 1.1.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1182,7 +1182,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 101000; + CURRENT_PROJECT_VERSION = 101020; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = VB258YUFG3; INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist"; @@ -1190,7 +1190,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.1; + MARKETING_VERSION = 1.1.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1302,7 +1302,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 101000; + CURRENT_PROJECT_VERSION = 101020; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; ENABLE_BITCODE = NO; @@ -1315,7 +1315,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.1; + MARKETING_VERSION = 1.1.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1423,7 +1423,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 101000; + CURRENT_PROJECT_VERSION = 101020; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = VB258YUFG3; INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist"; @@ -1431,7 +1431,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.1; + MARKETING_VERSION = 1.1.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/ios/DivocTests/Info.plist b/ios/DivocTests/Info.plist index 1e2b763e..01dd6900 100644 --- a/ios/DivocTests/Info.plist +++ b/ios/DivocTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index 93e961de..f1bb996a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://keyruptive.com" }, "main": "index.js", - "version": "1.1.1", + "version": "1.1.2", "license": "EUPL-1.2", "keywords": [ "covid19",