Skip to content

Commit f0d9d1b

Browse files
committed
chore(release): 6.0.0
1 parent aaa2dd3 commit f0d9d1b

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [6.0.0](https://github.com/dhbw-vs/app/compare/v5.1.0...v6.0.0) (2025-07-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* update to Capacitor 7 (#51)
11+
12+
### Features
13+
14+
* update to Capacitor 7 ([#51](https://github.com/dhbw-vs/app/issues/51)) ([7fd75be](https://github.com/dhbw-vs/app/commit/7fd75be5ba0462101e12e7987b6318c1202b0b41))
15+
516
## [5.1.0](https://github.com/dhbw-vs/app/compare/v5.0.0...v5.1.0) (2024-07-29)
617

718

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "de.dhbw.vs.standortapp"
1212
minSdkVersion rootProject.ext.minSdkVersion
1313
targetSdkVersion rootProject.ext.targetSdkVersion
14-
versionCode 50100
15-
versionName "5.1.0"
14+
versionCode 60000
15+
versionName "6.0.0"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
aaptOptions {
1818
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.1.0</string>
20+
<string>6.0.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>5.1.0</string>
22+
<string>6.0.0</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dhbw-vs-app",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "The official app for students, employees and lecturers of the Baden-Wuerttemberg Cooperative State University (DHBW) in Villingen-Schwenningen.",
55
"author": "Robin Genz <[email protected]>",
66
"homepage": "https://github.com/dhbw-vs/app",

0 commit comments

Comments
 (0)