Skip to content

Commit 3f2d71b

Browse files
committed
bump version numbers to 0.2.2
1 parent c99a116 commit 3f2d71b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "console_log"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Matthew Nicholson <[email protected]>"]
55
edition = "2018"
66
keywords = ["log", "logging", "console", "web_sys", "wasm"]

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(missing_docs)]
2-
#![doc(html_root_url = "https://docs.rs/console_log/0.2.0")]
2+
#![doc(html_root_url = "https://docs.rs/console_log/0.2.2")]
33

44
//! A logger that logs to the browser's console.
55
//!

0 commit comments

Comments
 (0)