Skip to content

Commit cf2684e

Browse files
authored
Merge pull request #70 from rust-mobile/update-version-in-readme
Update version in readme example
2 parents 71f0ed9 + 3f03273 commit cf2684e

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)