Skip to content

Commit a0db600

Browse files
committed
bump to v2.0.1
1 parent 9daf5c7 commit a0db600

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Angular-Dimple Changelog
22

3+
## v2.0.1
4+
* Add dist files to releases so bower can find it
5+
36
## v.2.0.0
47
* Change <legend> to <graph-legend> to avoid clash with actual html legend element
58

@@ -37,4 +40,4 @@
3740
* full documentation
3841

3942
## v0.0.1
40-
* alpha release
43+
* alpha release

dist/angular-dimple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-dimple - 2.0.0 - 2015-03-18
1+
/*! angular-dimple - 2.0.1 - 2015-03-18
22
* https://github.com/esripdx/angular-dimple
33
* Licensed ISC */
44
angular.module('angular-dimple', [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-dimple",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Angular.js wrapper for the Dimple charting language",
55
"repository": "https://github.com/esripdx/angular-dimple",
66
"license": "ISC",

0 commit comments

Comments
 (0)