Skip to content

Commit 3f03273

Browse files
committed
Update version in readme example
1 parent d769d7d commit 3f03273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android_logger"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
authors = ["The android_logger Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ this library:
1313

1414
```toml
1515
[target.'cfg(target_os = "android")'.dependencies]
16-
android_logger = "0.11"
16+
android_logger = "0.13"
1717
```
1818

1919
Example of initialization on activity creation, with log configuration:

0 commit comments

Comments
 (0)