Skip to content

Commit 001ee8c

Browse files
authored
Merge pull request #1 from xusy2k/master
Upgrade version 1.1.2
2 parents f1d9caa + d939411 commit 001ee8c

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chart.js",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"main": [
55
"./dist/angular-chart.js"
66
],

dist/angular-chart.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-chart.js - An angular.js wrapper for Chart.js
33
* http://jtblin.github.io/angular-chart.js/
4-
* Version: 1.1.1
4+
* Version: 1.1.2
55
*
66
* Copyright 2016 Jerome Touffe-Blin
77
* Released under the BSD-2-Clause license

dist/angular-chart.js.tar.gz

-18 Bytes
Binary file not shown.

dist/angular-chart.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/charts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1>
9595
<p>
9696
<a class="btn btn-default btn-lg" href="https://github.com/jtblin/angular-chart"><i class="icon-github"></i>Code on Github</a>
9797
<a class="btn btn-success btn-lg" href="../dist/angular-chart.js.tar.gz" download="angular-chart.js.tar.gz">
98-
<i class="fa fa-download"></i> Download <small>(1.1.1)</small>
98+
<i class="fa fa-download"></i> Download <small>(1.1.2)</small>
9999
</a>
100100
</p>
101101
</div>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chart.js",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "An angular.js wrapper for Chart.js",
55
"homepage": "http://jtblin.github.io/angular-chart.js/",
66
"main": "dist/angular-chart.js",

0 commit comments

Comments
 (0)