Skip to content

Commit baa05a5

Browse files
committed
Preparing for release
1 parent 6ea515f commit baa05a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is the first multiplatform drawing library!
2222
- Different image rations
2323
- Filling tool
2424
- Optimizing rendering (convert drawn PATHes)
25-
- Migrate from Compose dependencies in DrawController
25+
- Migrate from Compose dependencies in [controller folder](drawbox/src/commonMain/kotlin/io/github/markyav/drawbox/controller)
2626

2727
## Demo
2828

buildSrc/src/main/kotlin/Library.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Library {
55

66
val group = "io.github.markyav.drawbox"
77
val artifact = "drawbox"
8-
val version = "1.1.0"
8+
val version = "1.2.0"
99

1010
object License {
1111
val name = "Apache-2.0"

0 commit comments

Comments
 (0)