Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jan 12, 2012
1 parent 816d8d1 commit 1a6dff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ffi.js
Expand Up @@ -2,7 +2,7 @@ var ffi = module.exports

ffi.Bindings = require('./bindings')

ffi.VERSION = '0.4.2'
ffi.VERSION = '0.5.0'

ffi.TYPE_TO_POINTER_METHOD_MAP = {
'uint8': 'UInt8'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "node-ffi"
, "version": "0.4.2"
, "version": "0.5.0"
, "author": "Rick Branson"
, "contributors": [
"Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
Expand Down

0 comments on commit 1a6dff1

Please sign in to comment.