Skip to content

Commit 634c027

Browse files
authored
Merge pull request #88 from rust-mobile/prepare-for-release
Prepare for release
2 parents 8b7fe0b + f2a48f0 commit 634c027

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.14.1"
3+
version = "0.15.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
@@ -13,7 +13,7 @@ this library:
1313

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

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

0 commit comments

Comments
 (0)