Skip to content

Commit ed772ca

Browse files
committed
Bump version
1 parent 7e1cdd8 commit ed772ca

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.9.2"
3+
version = "0.10.0"
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
@@ -12,7 +12,7 @@ this library:
1212

1313
```toml
1414
[target.'cfg(target_os = "android")'.dependencies]
15-
android_logger = "0.9"
15+
android_logger = "0.10"
1616
```
1717

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

0 commit comments

Comments
 (0)