From 8478182613c28f5997b8a73ad3bf083bffc342f0 Mon Sep 17 00:00:00 2001 From: Vilson Vieira Date: Tue, 16 Jun 2015 16:45:26 -0300 Subject: [PATCH] 0.1.9 --- component.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/component.json b/component.json index 1ca2aaf..65710e0 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "description": "GMR Saliency Map", "author": "Vilson Vieira", "repo": "the-grid/gmr-saliency", - "version": "0.1.7", + "version": "0.1.9", "keywords": [ "saliency", "saliency map", @@ -32,4 +32,4 @@ "ResizeDimensions": "components/ResizeDimensions.coffee" } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 652495b..4d18b1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gmr-saliency", "description": "GMR Saliency Map", - "version": "0.1.7", + "version": "0.1.9", "author": { "name": "Vilson Vieira", "email": "vilson@void.cc" @@ -60,4 +60,4 @@ "saliency": "build/Release/saliency" }, "main": "build/Release/saliency" -} \ No newline at end of file +}