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 +}