Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
djcouto committed Nov 2, 2020
1 parent 69cfc6f commit 26dfc6f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 18 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,16 @@
- Fix protector screen flickering
- Fix minor bugs
- Fix typos

## version 1.0.6 (2.11.2020)

- Fix background taks
- Fix submitting code always hanging
- Add support team email button
- Add share button
- Refactor settings screen
- Add location screen to onboarding
- Add home long press
- Fix android 8 navigation bar
- Fix minor bugs
- Fix typos
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<div align="center">
<!-- Version -->
<a href="https://github.com/stayawayinesctec/stayaway-app">
<img alt="v.1.0.5"
src="https://img.shields.io/badge/Version-1.0.5-blue">
<img alt="v.1.0.6"
src="https://img.shields.io/badge/Version-1.0.6-blue">
</a>
<!-- Build -->
<a href="https://github.com/stayawayinesctec/stayaway-app/actions?query=workflow%3A%22Android+Production+Build%22">
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ android {
applicationId "fct.inesctec.stayaway"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10051
versionName "1.0.5"
versionCode 10061
versionName "1.0.6"

resValue "string", "build_config_package", "fct.inesctec.stayaway"
resConfigs "en", "pt"
Expand Down
24 changes: 12 additions & 12 deletions ios/Divoc.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@
CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.debug.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 10051;
CURRENT_PROJECT_VERSION = 10067;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = VB258YUFG3;
ENABLE_BITCODE = NO;
Expand All @@ -802,7 +802,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.0.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -831,15 +831,15 @@
CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.entitlements";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 10051;
CURRENT_PROJECT_VERSION = 10067;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = VB258YUFG3;
INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.0.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1032,15 +1032,15 @@
CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.debug.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 10051;
CURRENT_PROJECT_VERSION = 10067;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = VB258YUFG3;
INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.0.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1145,15 +1145,15 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 10051;
CURRENT_PROJECT_VERSION = 10067;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = VB258YUFG3;
INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.0.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1265,7 +1265,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 10051;
CURRENT_PROJECT_VERSION = 10067;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
Expand All @@ -1278,7 +1278,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.0.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1386,15 +1386,15 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 10051;
CURRENT_PROJECT_VERSION = 10067;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = VB258YUFG3;
INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.0.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion ios/DivocTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.5</string>
<string>1.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://keyruptive.com"
},
"main": "index.js",
"version": "1.0.5",
"version": "1.0.6",
"license": "EUPL-1.2",
"keywords": [
"covid19",
Expand Down

0 comments on commit 26dfc6f

Please sign in to comment.