Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HacKanCuBa committed Jul 19, 2018
1 parent c30ef0e commit 1e2948d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions man/passphrase.1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
.TH PASSPHRASE "1" "March 2018" "Passphrase v1.1.1" "Passphrase"
.TH PASSPHRASE "1" "March 2018" "Passphrase v1.1.2" "Passphrase"
.SH NAME
Passphrase \- Tool to generate cryptographically secure passphrases and passwords
.SH DESCRIPTION
usage: passphrase [\-h] [\-\-version] [\-\-insecure] [\-\-no\-newline] [\-m] [\-v] [\-e ENTROPYBITS] [\-\-uuid4] [\-\-coin] [\-p [PASSWORD]] [\-\-use\-uppercase [USE_UPPERCASE]] [\-\-use\-lowercase [USE_LOWERCASE]] [\-\-use\-digits] [\-\-use\-alphanumeric] [\-\-use\-punctuation] [\-w WORDS] [\-n NUMBERS] [\-s SEPARATOR] [\-o OUTPUT] [\-i INPUT] [\-d]
.PP
Passphrase v1.1.1
Passphrase v1.1.2
by HacKan (https://hackan.net) FOSS under GNU GPL v3.0 or newer
.PP
Generates a cryptographically secure passphrase, based on a wordlist, or a
Expand Down
2 changes: 1 addition & 1 deletion man/passphrase.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ usage: passphrase [-h] [--version] [--insecure] [--no-newline] [-m] [-v]
[--use-punctuation] [-w WORDS] [-n NUMBERS] [-s SEPARATOR] [-o OUTPUT] [-i INPUT] [-d]
```

Passphrase v1.1.1 by HacKan (https://hackan.net) FOSS under GNU GPL v3.0 or newer
Passphrase v1.1.2 by HacKan (https://hackan.net) FOSS under GNU GPL v3.0 or newer

Generates a cryptographically secure passphrase, based on a wordlist, or a
password, and prints it to standard output.
Expand Down
2 changes: 1 addition & 1 deletion passphrase/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

__author__ = 'HacKan'
__license__ = 'GNU GPL 3.0+'
__version__ = '1.1.1'
__version__ = '1.1.2'
__version_string__ = (
'Passphrase v{}\nby HacKan (https://hackan.net) FOSS '
'under GNU GPL v3.0 or newer'.format(__version__)
Expand Down

0 comments on commit 1e2948d

Please sign in to comment.