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