Skip to content

Commit

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

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.3.0](https://github.com/robingenz/dhbw-vs-app/compare/v4.2.0...v4.3.0) (2022-10-31)


### Features

* **settings:** confirm logout ([#20](https://github.com/robingenz/dhbw-vs-app/issues/20)) ([a5a7890](https://github.com/robingenz/dhbw-vs-app/commit/a5a7890856bdc5cd7686e6c24da156056acbab4f))


### Bug Fixes

* **calendar:** detect changes on events success/failure ([#18](https://github.com/robingenz/dhbw-vs-app/issues/18)) ([6a4aaf2](https://github.com/robingenz/dhbw-vs-app/commit/6a4aaf2e8daf982fd0e12fb6a1cfd067c1102b57))
* **calendar:** error toast does not disappear ([#19](https://github.com/robingenz/dhbw-vs-app/issues/19)) ([6a21454](https://github.com/robingenz/dhbw-vs-app/commit/6a21454a394a2a9e92bf5f2bc4fcf139b8439aa8))
* **plan:** set last opened timetable ([#17](https://github.com/robingenz/dhbw-vs-app/issues/17)) ([e50f615](https://github.com/robingenz/dhbw-vs-app/commit/e50f6159df3e8c8391ea464d077a387b6866d017))

## [4.2.0](https://github.com/robingenz/dhbw-vs-app/compare/v4.1.0...v4.2.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 40200
versionName "4.2.0"
versionCode 40300
versionName "4.3.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.2.0</string>
<string>4.3.0</string>
<key>CFBundleVersion</key>
<string>4.2.0</string>
<string>4.3.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.2.0",
"version": "4.3.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/robingenz/dhbw-vs-app",
Expand Down

0 comments on commit d3f06ed

Please sign in to comment.