Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoen committed Sep 16, 2020
1 parent 3511f82 commit 91cca7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hybrid-crypto-js",
"version": "0.2.3",
"version": "0.2.4",
"description": "Hybrid (RSA+AES) encryption and decryption toolkit for JavaScript",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/hybrid-crypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -29849,7 +29849,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
},{"process/browser.js":50,"timers":51}],52:[function(require,module,exports){
module.exports={
"name": "hybrid-crypto-js",
"version": "0.2.3",
"version": "0.2.4",
"description": "Hybrid (RSA+AES) encryption and decryption toolkit for JavaScript",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/hybrid-crypto.min.js

Large diffs are not rendered by default.

0 comments on commit 91cca7d

Please sign in to comment.