From 2a20f715f04916aaa6f26c8bd5cdfaa868bef734 Mon Sep 17 00:00:00 2001 From: Cristiano Oliveira Date: Fri, 4 Sep 2015 13:01:21 -0400 Subject: [PATCH] version adustment for npm --- README.md | 2 +- lib/graph.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",