Skip to content

Commit

Permalink
Bump version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
signalhub committed May 5, 2024
1 parent 45c8b1b commit d00e50c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "crypto-auth-data",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"description": "A simple library to encrypt and decrypt data using AES-256-CBC algorithm",
"repository": {
"type": "git",
"url": "https://github.com/signalhub/tokenized-auth.git"
},
"scripts": {
"build": "nx build",
"test": "nx test",
Expand Down

0 comments on commit d00e50c

Please sign in to comment.