From cfdb406cd348a8c609d4059416ef4a0acaea3d95 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 27 Jul 2014 12:13:08 -0300 Subject: [PATCH] Release 0.1.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc0a630..78459af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "moviedb" , "description" : "Library for interacting with themoviedb.com API" - , "version" : "0.1.7" + , "version" : "0.1.8" , "keywords" : ["themoviedb","api"] , "directories" : { "lib" : "./lib" } , "main" : "index.js"