Skip to content

Commit

Permalink
bump version numbers to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcodemaker committed Mar 10, 2023
1 parent c99a116 commit 3f2d71b
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 = "console_log"
version = "0.2.1"
version = "0.2.2"
authors = ["Matthew Nicholson <[email protected]>"]
edition = "2018"
keywords = ["log", "logging", "console", "web_sys", "wasm"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/console_log/0.2.0")]
#![doc(html_root_url = "https://docs.rs/console_log/0.2.2")]

//! A logger that logs to the browser's console.
//!
Expand Down

0 comments on commit 3f2d71b

Please sign in to comment.