Skip to content

Commit

Permalink
Merge pull request #70 from rust-mobile/update-version-in-readme
Browse files Browse the repository at this point in the history
Update version in readme example
  • Loading branch information
Nercury committed Aug 1, 2023
2 parents 71f0ed9 + 3f03273 commit cf2684e
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_logger"
version = "0.13.2"
version = "0.13.3"
authors = ["The android_logger Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ this library:

```toml
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.11"
android_logger = "0.13"
```

Example of initialization on activity creation, with log configuration:
Expand Down

0 comments on commit cf2684e

Please sign in to comment.