Skip to content

Commit c58b3d9

Browse files
committed
chore(release): 6.0.2
1 parent 4d9ef10 commit c58b3d9

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.2](https://github.com/dhbw-vs/app/compare/v6.0.1...v6.0.2) (2025-11-23)
6+
57
### [6.0.1](https://github.com/dhbw-vs/app/compare/v6.0.0...v6.0.1) (2025-11-03)
68

79
## [6.0.0](https://github.com/dhbw-vs/app/compare/v5.1.0...v6.0.0) (2025-07-02)

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "de.dhbw.vs.standortapp"
1414
minSdkVersion rootProject.ext.minSdkVersion
1515
targetSdkVersion rootProject.ext.targetSdkVersion
16-
versionCode 60001
17-
versionName "6.0.1"
16+
versionCode 60002
17+
versionName "6.0.2"
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
aaptOptions {
2020
// 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>6.0.1</string>
20+
<string>6.0.2</string>
2121
<key>CFBundleVersion</key>
22-
<string>60001</string>
22+
<string>60002</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": "6.0.1",
3+
"version": "6.0.2",
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 <mail@robingenz.dev>",
66
"homepage": "https://github.com/dhbw-vs/app",

0 commit comments

Comments
 (0)