Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Dec 20, 2020
1 parent 1b712c3 commit 44bed60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `linya` Changelog

## Unreleased
## 0.1.1 (2020-12-19)

#### Changed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linya"
version = "0.1.0"
version = "0.1.1"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2018"
description = "Simple concurrent progress bars."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
//! [indicatif]: https://lib.rs/crates/indicatif
#![warn(missing_docs)]
#![doc(html_root_url = "https://docs.rs/linya/0.1.0")]
#![doc(html_root_url = "https://docs.rs/linya/0.1.1")]

use std::io::{LineWriter, Stderr, Write};
use terminal_size::{terminal_size, Height, Width};
Expand Down

0 comments on commit 44bed60

Please sign in to comment.