Skip to content

Commit de590ba

Browse files
committed
chore: Centralize and update application version
This commit updates the application version from 1.0.0 to 1.1.0 and centralizes version management by reading the version number from a new `version.properties` file at the root of the project. ### Key Changes: * **`version.properties`:** * A new `version.properties` file has been created to store the application version (`PACKAGE_VERSION=1.1.0`). * **`composeApp/build.gradle.kts`:** * The Gradle script now reads the `packageVersion` from `version.properties`, ensuring a single source of truth for the version number. * A check is included to throw a `GradleException` if the `version.properties` file is not found. * **`AppLinks.kt`:** * The hardcoded `VERSION` constant has been updated to `1.1.0` to match the new version.
1 parent c077f7a commit de590ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/favicon/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"short_name": "DA",
44
"icons": [
55
{
6-
"src": "/web-app-manifest-192x192.png",
6+
"src": "web-app-manifest-192x192.png",
77
"sizes": "192x192",
88
"type": "image/png",
99
"purpose": "maskable"
1010
},
1111
{
12-
"src": "/web-app-manifest-512x512.png",
12+
"src": "web-app-manifest-512x512.png",
1313
"sizes": "512x512",
1414
"type": "image/png",
1515
"purpose": "maskable"

0 commit comments

Comments
 (0)