Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 5, 2024
1 parent 388b583 commit 3248f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repositories {
mavenCentral()
}

val openfeedbackVersion = "0.2.1"
val openfeedbackVersion = "0.2.2"
dependencies {
// Material 3
implementation("io.openfeedback:openfeedback-m3:$openfeedbackVersion")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
}

version = "0.2.1"
version = "0.2.2"
allprojects {
repositories {
mavenCentral()
Expand Down

0 comments on commit 3248f48

Please sign in to comment.