Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxanter committed Jan 21, 2023
1 parent f1ccd97 commit 54352da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ repositories {
Add `exposed-ksp` dependencies:
```kotlin
dependencies {
compileOnly("io.github.darkxanter.exposed:exposed-ksp-annotations:0.3.0")
ksp("io.github.darkxanter.exposed:exposed-ksp-processor:0.3.0")
compileOnly("io.github.darkxanter.exposed:exposed-ksp-annotations:0.4.0")
ksp("io.github.darkxanter.exposed:exposed-ksp-processor:0.4.0")
}
```
To access generated code from KSP, you need to set up the source path into your module's `build.gradle.kts` file:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

group=io.github.darkxanter.exposed
version=0.3.0
version=0.4.0

kotlinVersion=1.7.22
dokkaVersion=1.7.10
Expand Down

0 comments on commit 54352da

Please sign in to comment.