We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7e1b8 commit 139f697Copy full SHA for 139f697
2 files changed
README.md
@@ -65,11 +65,11 @@ but I haven't had time to add the targets and test them.
65
66
Text Editor:
67
68
-`implementation("com.darkrockstudios:composetexteditor:0.7.0")`
+`implementation("com.darkrockstudios:composetexteditor:0.8.1")`
69
70
Text Editor with Spell Checking:
71
72
-`implementation("com.darkrockstudios:composetexteditorspellcheck:0.7.0")`
+`implementation("com.darkrockstudios:composetexteditorspellcheck:0.8.1")`
73
74
75
[badge-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
convention-plugins/src/main/kotlin/root.publication.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
allprojects {
6
group = "com.darkrockstudios"
7
- version = "0.8.0"
+ version = "0.8.1"
8
}
9
10
nexusPublishing {
0 commit comments