Skip to content

Commit

Permalink
chore(release): 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Nov 2, 2022
1 parent 1aa20f0 commit 4ebc927
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [4.4.0](https://github.com/dhbw-vs/app/compare/v4.3.0...v4.4.0) (2022-11-02)


### Features

* **menu:** highlight active page ([#25](https://github.com/dhbw-vs/app/issues/25)) ([1aa20f0](https://github.com/dhbw-vs/app/commit/1aa20f09bc45d6da8f7e1d1db906a6faa5f28f82))


### Bug Fixes

* **android:** hardware back button closes the app ([#24](https://github.com/dhbw-vs/app/issues/24)) ([b6a6981](https://github.com/dhbw-vs/app/commit/b6a69810520a24ddeb95aacd2164dd41bdf09738))
* **plan:** set last opened timetable ([#21](https://github.com/dhbw-vs/app/issues/21)) ([e7dbd09](https://github.com/dhbw-vs/app/commit/e7dbd09e944528233f4bc67d108c4de89e8e3086))

## [4.3.0](https://github.com/dhbw-vs/app/compare/v4.2.0...v4.3.0) (2022-10-31)


Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "de.dhbw.vs.standortapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 40300
versionName "4.3.0"
versionCode 40400
versionName "4.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.3.0</string>
<string>4.4.0</string>
<key>CFBundleVersion</key>
<string>4.3.0</string>
<string>4.4.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
4 changes: 2 additions & 2 deletions 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-vs-app",
"version": "4.3.0",
"version": "4.4.0",
"description": "The official app for students, employees and lecturers of the Baden-Wuerttemberg Cooperative State University (DHBW) in Villingen-Schwenningen.",
"author": "Robin Genz <[email protected]>",
"homepage": "https://github.com/dhbw-vs/app",
Expand Down

0 comments on commit 4ebc927

Please sign in to comment.