Skip to content

Commit

Permalink
Version bump v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Apr 26, 2020
1 parent 9340ec8 commit 111a750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enquirer"
version = "0.3.0"
version = "0.3.1"
authors = ["Pavan Kumar Sunkara <[email protected]>"]
edition = "2018"
description = "Command Line Utility for Stylish Interactive Prompts"
Expand All @@ -15,9 +15,9 @@ travis-ci = { repository = "termapps/enquirer" }
maintenance = { status = "actively-developed" }

[dependencies]
dialoguer = "0.5.0"
dialoguer = "0.5.1"
structopt = "0.3.7"
console = "0.9.1"
console = "0.10.1"

[[bin]]
name = "enquirer"
Expand Down
2 changes: 1 addition & 1 deletion src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct ColoredTheme {
impl Default for ColoredTheme {
fn default() -> Self {
ColoredTheme {
defaults_style: Style::new().black().bold(),
defaults_style: Style::new().black().bright(),
prompts_style: Style::new().bold(),
prefixes_style: Style::new().cyan(),
values_style: Style::new().green(),
Expand Down

0 comments on commit 111a750

Please sign in to comment.