Skip to content

Commit

Permalink
Jsdoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarikipoulos committed Jul 6, 2019
1 parent 969eb4f commit 7199255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ a (un)ciphering object.
Note default settings are performing an aes-256-crt ciphering.

**See**: [https://nodejs.org/api/crypto.html](https://nodejs.org/api/crypto.html) for further information.
**Version**: 1.1.1
**Version**: 1.1.2
<a name="exp_module_json-cipher-value--factory"></a>

### factory(secret, [options]) : [<code>CryptObject</code>](#module_cryptObjects..CryptObject)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Note default settings are performing an aes-256-crt ciphering.
*
* @module json-cipher-value
* @version 1.1.1
* @version 1.1.2
* @see {@link https://nodejs.org/api/crypto.html} for further information.
*/

Expand Down

0 comments on commit 7199255

Please sign in to comment.