Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed Nov 8, 2023
1 parent eef8d84 commit 67145a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ A Kotlin KSP plugin for generating partial variants of classes.

```kt
plugins {
id("com.google.devtools.ksp") version "1.8.10-1.0.9"
id("com.google.devtools.ksp") version "1.9.20-1.0.14"
}

repositories {
mavenCentral()
}

dependencies {
implementation("io.github.materiiapps:partial:1.1.0")
ksp("io.github.materiiapps:partial-ksp:1.1.0")
implementation("io.github.materiiapps:partial:1.2.0")
ksp("io.github.materiiapps:partial-ksp:1.2.0")
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
subprojects {
group = "io.github.materiiapps"
version = "1.1.0"
version = "1.2.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 67145a8

Please sign in to comment.