Skip to content

Commit

Permalink
2.0.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nodesocket committed Oct 2, 2017
1 parent ceed433 commit 538fe24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

## 2.0.1 - *10/2/2017*

- Small optimization, removed unneeded function `cryptr_info()`.

## 2.0.0 - *10/2/2017*

*BREAKING CHANGE*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Usage: cryptr command <command-specific-options>
```
➜ cryptr version
cryptr 2.0.0
cryptr 2.0.1
```

### default
Expand All @@ -78,7 +78,7 @@ cryptr 2.0.0
```
➜ cryptr
cryptr 2.0.0
cryptr 2.0.1
Usage: cryptr command <command-specific-options>
Expand Down
2 changes: 1 addition & 1 deletion cryptr.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

set -eo pipefail; [[ $TRACE ]] && set -x

readonly VERSION="2.0.0"
readonly VERSION="2.0.1"
readonly OPENSSL_CIPHER="aes-256-cbc"

cryptr_version() {
Expand Down

0 comments on commit 538fe24

Please sign in to comment.