From b360245e11f3d4ac8cbbb23391f5f6257e2e2f0b Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Wed, 3 Feb 2021 21:19:22 +0100 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 7 +++++++ android/app/build.gradle | 4 ++-- ios/App/App/Info.plist | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de139d..62f221f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.1](https://github.com/robingenz/dhbw-dualis-app/compare/v1.1.0...v1.1.1) (2021-02-03) + + +### Bug Fixes + +* timeout causes unknown error ([#77](https://github.com/robingenz/dhbw-dualis-app/issues/77)) ([4cf0f4f](https://github.com/robingenz/dhbw-dualis-app/commit/4cf0f4fbcd0baa4c526420f9b8a2522c0b237e80)) + ## [1.1.0](https://github.com/robingenz/dhbw-dualis-app/compare/v1.0.0...v1.1.0) (2021-01-07) diff --git a/android/app/build.gradle b/android/app/build.gradle index f085f28..d833f91 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "de.robingenz.dhbw.dualis" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2 - versionName "1.1.0" + versionCode 3 + versionName "1.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 6c51788..f8222c2 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 2 + 3 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/package-lock.json b/package-lock.json index be7e55b..8c81904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dhbw-dualis-app", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2822057..2087fad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dhbw-dualis-app", - "version": "1.1.0", + "version": "1.1.1", "author": "Robin Genz ", "license": "MIT", "homepage": "https://github.com/robingenz/dhbw-dualis-app",