Skip to content

Commit

Permalink
Version 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
myrne committed Feb 7, 2013
1 parent dc76381 commit 357ed33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: "mongoson"
description: "MongoDB Shell Object Notation. Stringifies values so they can be pasted into the Mongo shell."
keywords: ["mongodb","json","serializer","stringify","ObjectId","ISODate","DBRef"]
version: "0.0.2"
version: "0.0.3"
directories:
lib: "./lib"
main: "lib/mson.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ISODate",
"DBRef"
],
"version": "0.0.2",
"version": "0.0.3",
"directories": {
"lib": "./lib"
},
Expand Down

0 comments on commit 357ed33

Please sign in to comment.