Skip to content

Commit 139f697

Browse files
committed
Version bump
1 parent cc7e1b8 commit 139f697

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ but I haven't had time to add the targets and test them.
6565

6666
Text Editor:
6767

68-
`implementation("com.darkrockstudios:composetexteditor:0.7.0")`
68+
`implementation("com.darkrockstudios:composetexteditor:0.8.1")`
6969

7070
Text Editor with Spell Checking:
7171

72-
`implementation("com.darkrockstudios:composetexteditorspellcheck:0.7.0")`
72+
`implementation("com.darkrockstudios:composetexteditorspellcheck:0.8.1")`
7373

7474

7575
[badge-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat

convention-plugins/src/main/kotlin/root.publication.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.darkrockstudios"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)