Skip to content

Commit

Permalink
Release 1.0.0-alpha.62
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Nov 8, 2024
1 parent 072083c commit 2be8683
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ plugins {
}

dependencies {
val sqiffy = "1.0.0-alpha.61"
val sqiffy = "1.0.0-alpha.62"
ksp("com.dzikoysk.sqiffy:sqiffy-symbol-processor:$sqiffy") // annotation processor
implementation("com.dzikoysk.sqiffy:sqiffy:$sqiffy") // core library & implementation
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
apply(plugin = "signing")

group = "com.dzikoysk.sqiffy"
version = "1.0.0-alpha.61"
version = "1.0.0-alpha.62"

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down
2 changes: 1 addition & 1 deletion sqiffy-docs/installation/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

dependencies {
val sqiffy = "1.0.0-alpha.61"
val sqiffy = "1.0.0-alpha.62"
ksp("com.dzikoysk.sqiffy:sqiffy-symbol-processor:$sqiffy")
implementation("com.dzikoysk.sqiffy:sqiffy:$sqiffy")
}
Expand Down

0 comments on commit 2be8683

Please sign in to comment.