Skip to content

Commit

Permalink
upgrading minor version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseven committed Dec 7, 2015
1 parent 9f063de commit f3f6596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Expand Up @@ -14,7 +14,7 @@
{
'target_name': 'glfw',
'defines': [
'VERSION=0.4.4',
'VERSION=0.4.5',
],
'sources': [
'src/atb.cc',
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "node-glfw",
"version": "0.4.4",
"version": "0.4.5",
"description": "A NodeJS wrapper around GLFW 3.x library",
"main": "index.js",
"author": "Mikael Bourges-Sevenier <mikeseven@gmail.com>",
Expand Down

0 comments on commit f3f6596

Please sign in to comment.