From 511d3bde8f98396260bbbc2947b4917b1b3469f5 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Thu, 7 Jan 2021 15:31:13 +0100 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ android/app/build.gradle | 4 ++-- ios/App/App/Info.plist | 8 ++++---- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6df8e3..0de139d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/robingenz/dhbw-dualis-app/compare/v1.0.0...v1.1.0) (2021-01-07) + + +### Features + +* **exam-results:** implement a search bar ([#62](https://github.com/robingenz/dhbw-dualis-app/issues/62)) ([4af1ee1](https://github.com/robingenz/dhbw-dualis-app/commit/4af1ee1694175f5bf9383aac4c135d1c59c0d0c7)) + + +### Bug Fixes + +* **exam-results:** filter units correctly ([#67](https://github.com/robingenz/dhbw-dualis-app/issues/67)) ([083e87a](https://github.com/robingenz/dhbw-dualis-app/commit/083e87ad50c30c63ddf8b71614ae2d4297e38d48)) + ## 1.0.0 (2020-11-04) Initial release 🎉 diff --git a/android/app/build.gradle b/android/app/build.gradle index 27fa488..f085f28 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 1 - versionName "1.0.0" + versionCode 2 + versionName "1.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 1338291..6c51788 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -16,8 +16,8 @@ $(PRODUCT_NAME) CFBundlePackageType APPL - CFBundleShortVersionString - 1.0.0 + CFBundleShortVersionString + 1.1.0 CFBundleURLTypes @@ -29,8 +29,8 @@ - CFBundleVersion - 1 + CFBundleVersion + 2 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/package-lock.json b/package-lock.json index 043a8a5..b8612bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dhbw-dualis-app", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5685e4f..1e9a608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dhbw-dualis-app", - "version": "1.0.0", + "version": "1.1.0", "author": "Robin Genz ", "license": "MIT", "homepage": "https://github.com/robingenz/dhbw-dualis-app",