Skip to content

Commit

Permalink
Bump library version to 0.1.2
Browse files Browse the repository at this point in the history
Update the `libVersion` in `build.gradle.kts` from 0.1.1 to 0.1.2. This prepares the project for the new library release and ensures compatibility with the latest changes.
  • Loading branch information
kdroidFilter committed Jan 9, 2025
1 parent bcbc79f commit d508b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ subprojects {
apply(plugin = "org.jetbrains.dokka")
}

extra["libVersion"] = "0.1.1"
extra["libVersion"] = "0.1.2"

0 comments on commit d508b7f

Please sign in to comment.