commit 0961e4ee628c3c757da0900e8806b810d752d01d
parent 96c8d0a4ac70249d8c8ad63eb6e6fd96e6bab45b
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Mon, 27 Jan 2014 00:26:40 +0100
Version bump (0.1.1) and publishing on npm
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/alexarank.js b/lib/alexarank.js
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
-/* alexarank 0.1.0 (c) by Frederic Cambus 2013 */
+/* alexarank 0.1.1 (c) by Frederic Cambus 2013-2014 */
/* https://github.com/fcambus/alexarank */
/* */
/* Created: 2013/12/14 */
-/* Last Updated: 2013/12/27 */
+/* Last Updated: 2014/01/27 */
/* */
/* alexarank is released under the BSD 2-Clause license. */
/* See LICENSE file for details. */
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "alexarank",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "A simple node package to get Alexa traffic rank for a domain or URL",
"main": "index.js",
"bin": {