Skip to content
This repository has been archived by the owner on Jul 17, 2021. It is now read-only.

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Jan 7, 2021
1 parent afa33a5 commit 511d3bd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🎉
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 4 additions & 4 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -29,8 +29,8 @@
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleVersion</key>
<string>2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhbw-dualis-app",
"version": "1.0.0",
"version": "1.1.0",
"author": "Robin Genz <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/robingenz/dhbw-dualis-app",
Expand Down

0 comments on commit 511d3bd

Please sign in to comment.