Skip to content

Commit 8ec67d7

Browse files
committed
Bump version; publish to plugins.jquery.com
1 parent d1e7046 commit 8ec67d7

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

Changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
jQuery Sparkline Plugin ChangeLog
22
http://omnipotent.net/jquery.sparkline/
33

4-
2.x ??
4+
5+
2.1.1 26/January/2013
56

67
+ Fix a couple of issues rendering pie charts in IE when they slices that make
78
up a negligible percentage of the whole chart (issue 49)

sparkline.jquery.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "sparkline",
3+
"title": "jQuery Sparkline",
4+
"description": "Easily generate small, inline sparkline charts directly in the browser",
5+
"keywords": [
6+
"charts",
7+
"sparklines",
8+
"graphing",
9+
"graphs",
10+
"graphics",
11+
"canvas",
12+
"vml"
13+
],
14+
"version": "2.1.1",
15+
"author": {
16+
"name": "Gareth Watts",
17+
"url": "http://gwatts.com/"
18+
},
19+
"licenses": [
20+
{
21+
"type": "BSD-3-Clause",
22+
"url": "http://opensource.org/licenses/BSD-3-Clause"
23+
}
24+
],
25+
"bugs": "https://github.com/gwatts/jquery.sparkline/issues",
26+
"homepage": "http://omnipotent.net/jquery.sparkline/",
27+
"demo": "http://omnipotent.net/jquery.sparkline/",
28+
"docs": "http://omnipotent.net/jquery.sparkline/#s-docs",
29+
"download": "http://omnipotent.net/jquery.sparkline/#s-download",
30+
"dependencies": {
31+
"jquery": ">=1.4.3"
32+
}
33+
}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1
1+
2.1.1

0 commit comments

Comments
 (0)