Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Nov 27, 2020
1 parent fc784a4 commit 3d60091
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ A NodeJS library/module to provide a easier symmetric crypto.

## 📜 Description

*This package was inspired by "symencdec" ([GitHub](https://github.com/nire0510/symencdec))([NPM](https://www.npmjs.com/package/symencdec)).*
*This library/module was inspired by "symencdec" ([GitHub](https://github.com/nire0510/symencdec))([NPM](https://www.npmjs.com/package/symencdec)).*

Symmetric crypto is a password based encryption and decryption, but have some improvement.

Expand Down
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* @const {string} version
*/
const version = "1.0.0";
const version = "1.0.1";

const decryptMultipleLine = require("./decryptmultipleline.js"),
encryptMultipleLine = require("./encryptmultipleline.js");
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hugoalh/symmetric-crypto",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library/module to provide a easier symmetric crypto.",
"keywords": [
"nodejs",
Expand Down

0 comments on commit 3d60091

Please sign in to comment.