Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonhardt Wille committed May 14, 2012
1 parent 3b3237e commit 348025d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Leonhardt Wille <hallo@leonhardt-wille.de>",
"name": "gphoto2",
"description": "Node.js wrapper for libgphoto2",
"version": "0.0.6",
"version": "0.1.0alpha1",
"homepage": "https://www.riverlabs.de",
"repository": {
"type": "git",
Expand All @@ -20,11 +20,13 @@
"underscore": "1.3.x",
"jade": "0.26.0",
"superagent": "0.4.x",
"mocha": "1.0.x"
"mocha": "1.0.x",
"should": "0.6.x",
"sinon": "1.3.x"
},
"scripts": {
"preinstall": "make",
"prepublish": "make clean",
"test": "killall PTPCamera;coffee --nodejs --expose-gc test/test.coffee"
"test": "mocha test/*.test.coffee"
}
}
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -4,7 +4,7 @@ from os.path import exists, lexists

srcdir = "."
blddir = "build"
VERSION = "0.0.6"
VERSION = "0.1.0alpha1"

def set_options(opt):
opt.tool_options("compiler_cxx")
Expand Down

0 comments on commit 348025d

Please sign in to comment.