Skip to content

Commit 054b35e

Browse files
committed
release: v0.0.3
1 parent d4ffb91 commit 054b35e

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ A Kotlin multiplatform library for generating Java/Kotlin source files.
66

77
```gradle
88
dependencies {
9-
implementation("love.forte.codegentle:codegentle-common:0.0.1")
10-
implementation("love.forte.codegentle:codegentle-java:0.0.1")
11-
implementation("love.forte.codegentle:codegentle-kotlin:0.0.1")
12-
implementation("love.forte.codegentle:codegentle-kotlin-ksp:0.0.1")
9+
implementation("love.forte.codegentle:codegentle-common:$VERSION")
10+
implementation("love.forte.codegentle:codegentle-java:$VERSION")
11+
implementation("love.forte.codegentle:codegentle-kotlin:$VERSION")
12+
implementation("love.forte.codegentle:codegentle-kotlin-ksp:$VERSION")
1313
}
1414
```
1515

16+
## Documentation
17+
18+
Temporary Document: [docs](docs)

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object P {
2-
const val VERSION = "0.0.2"
3-
const val NEXT_VERSION = "0.0.3"
2+
const val VERSION = "0.0.3"
3+
const val NEXT_VERSION = "0.0.4"
44
const val HOMEPAGE = "https://github.com/ForteScarlet/codegentle"
55
}
66

0 commit comments

Comments
 (0)