diff --git a/CHANGELOG.md b/CHANGELOG.md index 0619392..1cb67ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Angular-Dimple Changelog +# v1.1.2 +* add default width (100%) +* add default height (100%) +* add default margin (60, 60, 20, 40) + # v1.1.1 * add time formats and such diff --git a/bower.json b/bower.json index a4d49e9..6ada2b8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-dimple", - "version": "1.1.1", + "version": "1.1.2", "main": "dist/angular-dimple.js", "homepage": "http://esripdx.github.io/angular-dimple/", "authors": [ diff --git a/package.json b/package.json index fe17f92..66f803c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-dimple", - "version": "1.1.1", + "version": "1.1.2", "description": "Angular.js wrapper for the Dimple charting language", "repository": "https://github.com/esripdx/angular-dimple", "license": "ISC",