Skip to content

Commit 68efbb1

Browse files
committed
Version fix one last time
1 parent a96187d commit 68efbb1

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

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

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

0 commit comments

Comments
 (0)