From 003b755e9d9e136351da2be5d64ffbef7854c726 Mon Sep 17 00:00:00 2001 From: lberrymage Date: Wed, 9 Oct 2024 13:44:39 -0700 Subject: [PATCH] Bump version to 0.11.0 --- console/build.gradle.kts | 2 +- .../main/kotlin/app/accrescent/parcelo/console/Application.kt | 2 +- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- frontend/src/app/login-screen/login-screen.component.html | 2 +- sonar-project.properties | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/console/build.gradle.kts b/console/build.gradle.kts index 016322fd..abcaf691 100644 --- a/console/build.gradle.kts +++ b/console/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "app.accrescent" -version = "0.10.0" +version = "0.11.0" application { mainClass.set("app.accrescent.parcelo.console.ApplicationKt") diff --git a/console/src/main/kotlin/app/accrescent/parcelo/console/Application.kt b/console/src/main/kotlin/app/accrescent/parcelo/console/Application.kt index 398bf250..a1b31b6b 100644 --- a/console/src/main/kotlin/app/accrescent/parcelo/console/Application.kt +++ b/console/src/main/kotlin/app/accrescent/parcelo/console/Application.kt @@ -41,7 +41,7 @@ fun main(args: Array) = EngineMain.main(args) @OptIn(ExperimentalSerializationApi::class) fun Application.module() { - log.info("Starting Parcelo console 0.10.0") + log.info("Starting Parcelo console 0.11.0") val config = Config( application = Config.Application( diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ac28a909..e6cc4a62 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend", - "version": "0.10.0", + "version": "0.11.0", "dependencies": { "@angular/animations": "^18.0.5", "@angular/cdk": "^18.0.5", diff --git a/frontend/package.json b/frontend/package.json index eec6962b..ca12115b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.10.0", + "version": "0.11.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/frontend/src/app/login-screen/login-screen.component.html b/frontend/src/app/login-screen/login-screen.component.html index f6e3711a..575b02ec 100644 --- a/frontend/src/app/login-screen/login-screen.component.html +++ b/frontend/src/app/login-screen/login-screen.component.html @@ -23,5 +23,5 @@

Log in to Accrescent

diff --git a/sonar-project.properties b/sonar-project.properties index 89f379f8..c6f534e9 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: AGPL-3.0-only -sonar.projectVersion=0.10.0 +sonar.projectVersion=0.11.0