Skip to content

Commit b8f5e1f

Browse files
committed
Updated the version to 1.5.1
1 parent cf9c24e commit b8f5e1f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "round-slider",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"homepage": "http://roundsliderui.com/",
55
"authors": [
66
"Soundar"

dist/roundslider.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/roundslider.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "round-slider",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "roundSlider - A free jQuery plugin",
55
"main": "dist/roundslider.min.js",
66
"style": "dist/roundslider.min.css",

src/roundslider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* roundSlider v1.5.0 | (c) 2015-2020, Soundar
2+
* roundSlider v1.5.1 | (c) 2015-2020, Soundar
33
* MIT license | http://roundsliderui.com/licence.html
44
*/
55

src/roundslider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* roundSlider v1.5.0 | (c) 2015-2020, Soundar
2+
* roundSlider v1.5.1 | (c) 2015-2020, Soundar
33
* MIT license | http://roundsliderui.com/licence.html
44
*/
55

@@ -17,7 +17,7 @@
1717
RoundSlider.prototype = {
1818

1919
pluginName: pluginName,
20-
version: "1.5.0",
20+
version: "1.5.1",
2121

2222
// after the control initialization the updated default values
2323
// are merged into the options

0 commit comments

Comments
 (0)