Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Apr 19, 2023
1 parent 006ec40 commit fe8397b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body:
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
multiple: true
options:
- "v2.1.3"
- "v2.1.2"
- "v2.1.1"
- "v2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For the full documentation, please visit the [GitHub Repository Wiki](https://gi

### Getting Started

- NodeJS ^ v12.20.0 || ^ v14.15.0 || >= v16.13.0
- NodeJS ^ v12.20.0 \|\| ^ v14.15.0 \|\| >= v16.13.0

```sh
npm install @hugoalh/symmetric-crypto
Expand Down
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": "2.1.2",
"version": "2.1.3",
"description": "A module to provide an easier symmetric crypto.",
"keywords": [
"crypto",
Expand Down

0 comments on commit fe8397b

Please sign in to comment.