Skip to content

Commit d35a51f

Browse files
committed
Bump version to 0.11.0
1 parent 9b97a8d commit d35a51f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

console/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = "app.accrescent"
16-
version = "0.10.0"
16+
version = "0.11.0"
1717

1818
application {
1919
mainClass.set("app.accrescent.parcelo.console.ApplicationKt")

console/src/main/kotlin/app/accrescent/parcelo/console/Application.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fun main(args: Array<String>) = EngineMain.main(args)
4141

4242
@OptIn(ExperimentalSerializationApi::class)
4343
fun Application.module() {
44-
log.info("Starting Parcelo console 0.10.0")
44+
log.info("Starting Parcelo console 0.11.0")
4545

4646
val config = Config(
4747
application = Config.Application(

frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

frontend/src/app/login-screen/login-screen.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ <h2>Log in to Accrescent</h2>
2323
</div>
2424
</div>
2525
<footer>
26-
Parcelo v0.10.0
26+
Parcelo v0.11.0
2727
</footer>

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-only
44

5-
sonar.projectVersion=0.10.0
5+
sonar.projectVersion=0.11.0

0 commit comments

Comments
 (0)