Skip to content

Commit

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

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.1](https://github.com/dhbw-vs/app/compare/v4.4.0...v4.4.1) (2022-11-06)


### Bug Fixes

* **android:** set native cookies ([#32](https://github.com/dhbw-vs/app/issues/32)) ([b3ec1d2](https://github.com/dhbw-vs/app/commit/b3ec1d289b2e2efb18b4834a9fdfe991d21c4a7f))
* **menu:** prevent settings icon outline ([#30](https://github.com/dhbw-vs/app/issues/30)) ([2dd21cf](https://github.com/dhbw-vs/app/commit/2dd21cf61c4d431df9294a5267b8efa574c69556))

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


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 40400
versionName "4.4.0"
versionCode 40401
versionName "4.4.1"
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.4.0</string>
<string>4.4.1</string>
<key>CFBundleVersion</key>
<string>4.4.0</string>
<string>4.4.1</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.4.0",
"version": "4.4.1",
"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 9b46e0c

Please sign in to comment.