Skip to content

Commit

Permalink
chore: Release android-logd-logger version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Obenhuber committed Mar 8, 2024
1 parent b82c2a5 commit 4a5ec4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "android-logd-logger"
version = "0.4.3-pre"
version = "0.4.3"
authors = [
"Felix Obenhuber <felix@obenhuber.de>",
"Jens Waechtler <jens.waechtler@esrlabs.com>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add this to your Cargo.toml

```toml
[dependencies]
android-logd-logger = "0.4.0"
android-logd-logger = "0.4.3"
```

Initialize the logger with a fixed `tag` and the module path included
Expand Down

0 comments on commit 4a5ec4c

Please sign in to comment.