Skip to content

Commit b6340fa

Browse files
committed
Updated the version to 1.6.1
1 parent f577672 commit b6340fa

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.6.0",
3+
"version": "1.6.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.6.0",
3+
"version": "1.6.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.6.0 | (c) 2015-2020, Soundar
2+
* roundSlider v1.6.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.6.0 | (c) 2015-2020, Soundar
2+
* roundSlider v1.6.1 | (c) 2015-2020, Soundar
33
* MIT license | http://roundsliderui.com/licence.html
44
*/
55

@@ -25,7 +25,7 @@
2525
RoundSlider.prototype = {
2626

2727
pluginName: pluginName,
28-
version: "1.6.0",
28+
version: "1.6.1",
2929

3030
// after the control initialization the updated default values
3131
// are merged into the options

0 commit comments

Comments
 (0)