Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed May 4, 2021
1 parent 3b2a56f commit bf510a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}
dependencies {
implementation "de.smartsquare:mqtt-admin-starter:0.9.8"
implementation "de.smartsquare:mqtt-admin-starter:0.9.9"
}
```

Expand Down Expand Up @@ -106,4 +106,4 @@ class TestClientRegistration(private val clientService: ClientService) {
clientService.deleteAclRules(clientId = "testClientId", topic = "testTopic/#")
}
}
```
```

0 comments on commit bf510a5

Please sign in to comment.