Skip to content

Commit aec035a

Browse files
committed
Updated the version to 1.3.2
1 parent 699aef1 commit aec035a

File tree

2 files changed

+33
-36
lines changed

2 files changed

+33
-36
lines changed

bower.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "round-slider",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"homepage": "http://roundsliderui.com/",
55
"authors": [
66
"Soundar"
@@ -9,27 +9,27 @@
99
"dist/roundslider.min.js",
1010
"dist/roundslider.min.css"
1111
],
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/soundar24/roundSlider.git"
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/soundar24/roundSlider.git"
1515
},
1616
"license": "MIT",
1717
"description": "roundSlider - A free jQuery plugin",
1818
"dependencies": {
19-
"jquery": ">= 1.4.1"
19+
"jquery": ">= 1.4.1"
2020
},
2121
"keywords": [
22-
"roundslider", "round slider", "circular slider", "radial slider",
23-
"range slider", "half circle slider", "quarter slider", "pie slider",
24-
"knob slider", "jquery plugin"
22+
"roundslider", "round slider", "circular slider", "radial slider",
23+
"range slider", "half circle slider", "quarter slider", "pie slider",
24+
"knob slider", "jquery plugin"
2525
],
26-
"ignore": [
27-
"demo",
28-
"images",
29-
".bowerrc",
30-
".gitignore",
31-
"bower.json",
32-
"package.json",
33-
"README.md"
26+
"ignore": [
27+
"demo",
28+
"images",
29+
".bowerrc",
30+
".gitignore",
31+
"bower.json",
32+
"package.json",
33+
"README.md"
3434
]
3535
}

package.json

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,38 @@
11
{
22
"name": "round-slider",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "roundSlider - A free jQuery plugin",
55
"main": "dist/roundslider.min.js",
66
"style": "dist/roundslider.min.css",
7-
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
9-
},
10-
"author": {
11-
"name": "Soundar",
12-
"email": "soundar@roundsliderui.com",
7+
"author": {
8+
"name": "Soundar",
9+
"email": "soundar@roundsliderui.com",
1310
"url": "https://github.com/soundar24"
1411
},
1512
"repository": {
1613
"type": "git",
1714
"url": "https://github.com/soundar24/roundSlider.git"
1815
},
19-
"license": {
20-
"type": "MIT",
21-
"url": "http://roundsliderui.com/licence.html"
16+
"license": {
17+
"type": "MIT",
18+
"url": "http://roundsliderui.com/licence.html"
2219
},
2320
"bugs": {
2421
"url": "https://github.com/soundar24/roundSlider/issues"
2522
},
2623
"homepage": "http://roundsliderui.com/",
27-
"files": [
28-
"dist/",
29-
"src/",
30-
"package.json",
31-
"README.md"
24+
"files": [
25+
"dist/",
26+
"src/",
27+
"package.json",
28+
"README.md"
3229
],
33-
"devDependencies": {
30+
"dependencies": {
3431
"jquery": ">= 1.4.1"
3532
},
36-
"keywords": [
37-
"roundslider", "round slider", "circular slider", "radial slider",
38-
"range slider", "half circle slider", "quarter slider", "pie slider",
39-
"knob slider", "jquery plugin"
33+
"keywords": [
34+
"roundslider", "round slider", "circular slider", "radial slider",
35+
"range slider", "half circle slider", "quarter slider", "pie slider",
36+
"knob slider", "jquery plugin"
4037
]
4138
}

0 commit comments

Comments
 (0)