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

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djcouto committed Dec 18, 2020
1 parent fd0f8cf commit 40c1366
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
- Fix minor bugs
- Fix typos


## version 1.1.0 (25.11.2020)
- Add dark mode support
- Update DP3T SDK version to 2.0.0
Expand All @@ -70,3 +69,11 @@
- Fix home exposed copy
- Fix minor bugs
- Fix typos

## version 1.1.1 (18.12.2020)
- Add licenses screen
- Fix onboarding and home copy
- Fix iOS splashscreen
- Update ubirider website link
- 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.1.0"
src="https://img.shields.io/badge/Version-1.1.0-blue">
<img alt="v.1.1.1"
src="https://img.shields.io/badge/Version-1.1.1-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 101000
versionName "1.1.0"
versionCode 101010
versionName "1.1.1"

resValue "string", "build_config_package", "fct.inesctec.stayaway"
resConfigs "en", "pt"
Expand Down
12 changes: 6 additions & 6 deletions ios/Divoc.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -876,7 +876,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1077,7 +1077,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1190,7 +1190,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1315,7 +1315,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1431,7 +1431,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
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.1.0</string>
<string>1.1.1</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.1.0",
"version": "1.1.1",
"license": "EUPL-1.2",
"keywords": [
"covid19",
Expand Down

0 comments on commit 40c1366

Please sign in to comment.