Skip to content

Commit 489c402

Browse files
committed
Bump version
1 parent 91bd25b commit 489c402

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "mongoose-findorcreate"
3-
, "description": "Mongoose plugin that adds findOrCreate"
4-
, "version": "0.1.2"
5-
, "author": "Matt Roman <romanmt@gmail.com>"
3+
, "description": "Mongoose plugin that adds findOrCreate"
4+
, "version": "1.0.0"
5+
, "author": "Nicholas Penree <nick@penree.com>"
66
, "keywords": ["mongodb", "mongoose", "plugin", "findOrCreate"]
77
, "repository": {
88
"type": "git"
@@ -18,6 +18,6 @@
1818
}
1919
, "license": "MIT"
2020
, "engine": {
21-
"node": ">= 0.6"
21+
"node": ">= 0.10"
2222
}
2323
}

0 commit comments

Comments
 (0)