Skip to content

Commit b4d0aa6

Browse files
committed
version bump
1 parent 81721e1 commit b4d0aa6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
22
.idea
33
.tmp
4-
node_modules/
4+
node_modules/
5+
.nyc_output

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-rsa",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Node.js RSA library",
55
"main": "src/NodeRSA.js",
66
"scripts": {

0 commit comments

Comments
 (0)