Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarr committed Jan 25, 2012
1 parent dcbc441 commit 51f69fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"author": "James R. Carr <james.r.carr@gmail.com> (http://blog.james-carr.org)", "author": "James R. Carr <james.r.carr@gmail.com> (http://blog.james-carr.org)",
"name": "paynode", "name": "paynode",
"description": "Module for integrating with various payment gateways", "description": "Module for integrating with various payment gateways",
"version": "0.3.5", "version": "0.3.6",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/jamescarr/paynode.git" "url": "git://github.com/jamescarr/paynode.git"
}, },
"main": "./lib/paynode.js", "main": "./lib/paynode.js",
"engines": { "engines": {
"node": ">=0.4.7" "node": "~0.6.7"
}, },
"dependencies": { "dependencies": {
"braintree":"*" "braintree":"*"
Expand Down

0 comments on commit 51f69fc

Please sign in to comment.