Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkYav committed Apr 10, 2023
1 parent 6ea515f commit baa05a5
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 @@ -22,7 +22,7 @@ This is the first multiplatform drawing library!
- Different image rations
- Filling tool
- Optimizing rendering (convert drawn PATHes)
- Migrate from Compose dependencies in DrawController
- Migrate from Compose dependencies in [controller folder](drawbox/src/commonMain/kotlin/io/github/markyav/drawbox/controller)

## Demo

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Library.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Library {

val group = "io.github.markyav.drawbox"
val artifact = "drawbox"
val version = "1.1.0"
val version = "1.2.0"

object License {
val name = "Apache-2.0"
Expand Down

0 comments on commit baa05a5

Please sign in to comment.