Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lberrymage committed Sep 18, 2024
1 parent 8ed6233 commit 6f4a7be
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion console/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "app.accrescent"
version = "0.8.0"
version = "0.9.0"

application {
mainClass.set("app.accrescent.parcelo.console.ApplicationKt")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fun main(args: Array<String>) = EngineMain.main(args)

@OptIn(ExperimentalSerializationApi::class)
fun Application.module() {
log.info("Starting Parcelo console 0.8.0")
log.info("Starting Parcelo console 0.9.0")

val config = if (environment.developmentMode) {
Config(
Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.8.0",
"version": "0.9.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/login-screen/login-screen.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ <h2>Log in to Accrescent</h2>
</div>
</div>
<footer>
Parcelo v0.8.0
Parcelo v0.9.0
</footer>
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: AGPL-3.0-only

sonar.projectVersion=0.8.0
sonar.projectVersion=0.9.0

0 comments on commit 6f4a7be

Please sign in to comment.