diff --git a/README.md b/README.md index ba437b5..1a120c3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [FBgraph](http://criso.github.com/fbgraph/) is a nodejs module that provides easy access to the facebook graph api -### Version: 1.0.0 +### Version: 1.1.0 ## Oh nooooooesss - MOAR facebook diff --git a/lib/graph.js b/lib/graph.js index 33fa530..5e6f538 100644 --- a/lib/graph.js +++ b/lib/graph.js @@ -41,7 +41,7 @@ var accessToken = null * Library version */ -exports.version = '0.3.0'; +exports.version = '1.1.0'; /** * Graph Stream diff --git a/package.json b/package.json index 3bb7411..0135f1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fbgraph", - "version": "0.3.0", + "version": "1.1.0", "description": "Facebook Graph API client", "keywords": [ "facebook",