Skip to content

Commit

Permalink
✨ Fix null pointer exception when cancel file chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Sep 7, 2022
1 parent 65fa4bf commit ad1bc3e
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 327 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Download the PEM format certificate by `http://<YOUR PC/MAC IP>:8888/mediatorRoo

### Resolve messages

Mediator can render the binary message into a JSON tree, hen you have the API schema.
Mediator can render the binary message into a JSON tree, when you have the API schema.

Mediator can accept API schema in many ways.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = "io.kanro"
version = "1.4.1"
version = "1.4.2"

repositories {
mavenLocal()
Expand Down
Loading

0 comments on commit ad1bc3e

Please sign in to comment.