Skip to content

Commit

Permalink
chore: Update version to 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Nov 24, 2023
1 parent 138779f commit 77ce424
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.1.1"
val openfeedbackVersion = "0.1.2"
dependencies {
// Material 3
implementation("io.openfeedback:feedback-android-sdk-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 @@ -4,7 +4,7 @@ plugins {
id("io.openfeedback.plugins.compose.lib") apply false
}

version = "0.2.0-SNAPSHOT"
version = "0.1.2"
subprojects {
repositories {
google()
Expand Down

0 comments on commit 77ce424

Please sign in to comment.