Skip to content

Commit

Permalink
Version bump v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Jan 17, 2020
1 parent 5296a0f commit 990ff42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## master
## 0.2.0

### Enhancements
* Added `secret` subcommand
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 = "enquirer"
version = "0.1.0"
version = "0.2.0"
authors = ["Pavan Kumar Sunkara <[email protected]>"]
edition = "2018"
description = "Command Line Utility for Stylish Interactive Prompts"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fi
See [prompts](#prompts) for more information on subcommands.

```
enquirer 0.1.0
enquirer 0.2.0
Command Line Utility for Stylish Interactive Prompts
USAGE:
Expand Down Expand Up @@ -133,7 +133,7 @@ Prompt that returns `true` or `false` (as strings).
#### Usage

```
enquirer-confirm 0.1.0
enquirer-confirm 0.2.0
Prompt that returns `true` or `false`
USAGE:
Expand All @@ -159,7 +159,7 @@ Prompt that takes user input and returns a string.
#### Usage

```
enquirer-input 0.1.0
enquirer-input 0.2.0
Prompt that takes user input and returns a string
USAGE:
Expand All @@ -186,7 +186,7 @@ Prompt that takes user input, hides it from the terminal, and returns a string
#### Usage

```
enquirer-secret 0.1.0
enquirer-secret 0.2.0
Prompt that takes user input, hides it from the terminal, and returns a string
USAGE:
Expand Down

0 comments on commit 990ff42

Please sign in to comment.