Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Jul 29, 2024
1 parent aa8ad2e commit 5d1211c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 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.

## [5.1.0](https://github.com/dhbw-vs/app/compare/v5.0.0...v5.1.0) (2024-07-29)


### Features

* NFC support for canteen cards to query the balance ([#48](https://github.com/dhbw-vs/app/issues/48)) ([42b82c1](https://github.com/dhbw-vs/app/commit/42b82c1b7360fa62ac93696d2775e4176f8edff8))


### Bug Fixes

* replace old email server url ([19a84c9](https://github.com/dhbw-vs/app/commit/19a84c9527ffd2b1d6868f251d8b60fe8c29ed79))
* **sos:** update content ([7df5892](https://github.com/dhbw-vs/app/commit/7df5892a4b2c9a5b5ad7efc98fd8f34c640f44a2))

## [5.0.0](https://github.com/dhbw-vs/app/compare/v4.4.1...v5.0.0) (2024-02-07)


Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "de.dhbw.vs.standortapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 50000
versionName "5.0.0"
versionCode 50100
versionName "5.1.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
8 changes: 4 additions & 4 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>5.0.0</string>
<key>CFBundleShortVersionString</key>
<string>5.1.0</string>
<key>CFBundleVersion</key>
<string>5.1.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": "5.0.0",
"version": "5.1.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 5d1211c

Please sign in to comment.