diff --git a/bower.json b/bower.json index 7045bba..375a11a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "gradient-parser", - "version": "0.1.4", + "version": "0.1.5", "main": "build/web.js", "ignore": [ ".editorconfig", diff --git a/package.json b/package.json index 0c19f88..5acc114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradient-parser", - "version": "0.1.4", + "version": "0.1.5", "description": "Parse CSS3 gradient definitions and return an AST.", "author": { "name": "Rafael Carcicio",