Skip to content

Commit 7ed9cde

Browse files
sergejshaSergej Shafarenka
andauthored
Release 0.10 (#62)
Co-authored-by: Sergej Shafarenka <sergej.shafarenka@halfbit.de>
1 parent 169479f commit 7ed9cde

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 0.10
4+
5+
- Update to Kotlin 2.3.0
6+
37
## 0.9
48

59
- Update to Kotlin 2.2.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ In `gradle/libs.versions.toml`
134134

135135
```toml
136136
[versions]
137-
kotlin = "2.2.0"
138-
logger = "0.9"
137+
kotlin = "2.3.0"
138+
logger = "0.10"
139139

140140
[libraries]
141141
logger = { module = "de.halfbit:logger", version.ref = "logger" }
@@ -168,7 +168,7 @@ kotlin {
168168
# License
169169

170170
```
171-
Copyright 2024-2025 Sergej Shafarenka, www.halfbit.de
171+
Copyright 2024-2026 Sergej Shafarenka, www.halfbit.de
172172
173173
Licensed under the Apache License, Version 2.0 (the "License");
174174
you may not use this file except in compliance with the License.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group = "de.halfbit"
22-
version = "0.9"
22+
version = "0.10"
2323

2424
repositories {
2525
google()

0 commit comments

Comments
 (0)