Skip to content

Commit

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

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.0.0](https://github.com/dhbw-vs/app/compare/v4.4.1...v5.0.0) (2024-02-07)


### ⚠ BREAKING CHANGES

* **deps:** update to Capacitor 5 (#47)

* **deps:** update to Capacitor 5 ([#47](https://github.com/dhbw-vs/app/issues/47)) ([f55da1e](https://github.com/dhbw-vs/app/commit/f55da1e147279512c74a633c4aadf236f3c237b2))

### [4.4.1](https://github.com/dhbw-vs/app/compare/v4.4.0...v4.4.1) (2022-11-06)


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 40401
versionName "4.4.1"
versionCode 50000
versionName "5.0.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.4.1</string>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>4.4.1</string>
<string>5.0.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.4.1",
"version": "5.0.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 7be27d7

Please sign in to comment.