Skip to content

Commit

Permalink
Bump version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danang-id committed May 14, 2020
1 parent 0cf46a3 commit 642f269
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-crypto-js",
"version": "2.5.0",
"version": "3.0.0",
"description": "Simplify AES encryption and decryption of any JavaScript objects, implementing crypto-js library.",
"repository": "https://github.com/danang-id/simple-crypto-js.git",
"homepage": "https://simplecrypto.js.org/",
Expand All @@ -24,7 +24,7 @@
"clean": "rimraf dist lib"
},
"dependencies": {
"crypto-js": "^3.3.0"
"crypto-js": "^4.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down

0 comments on commit 642f269

Please sign in to comment.