Skip to content

Commit

Permalink
Release version 2.1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ImFlog committed Mar 19, 2024
1 parent 1a3cfa4 commit 1fd6f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.imflog"
version = "2.0.1-SNAPSHOT"
version = "2.1.0"


plugins {
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath("com.github.imflog:kafka-schema-registry-gradle-plugin:2.0.1-SNAPSHOT")
classpath("com.github.imflog:kafka-schema-registry-gradle-plugin:2.1.0")
}
}

Expand Down

0 comments on commit 1fd6f27

Please sign in to comment.