Skip to content

Commit b58cd16

Browse files
committedJan 16, 2019
Updated the version to 1.3.3
1 parent bc6b017 commit b58cd16

6 files changed

+8
-8
lines changed
 

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "round-slider",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"homepage": "http://roundsliderui.com/",
55
"authors": [
66
"Soundar"

‎dist/roundslider.min.css

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

‎dist/roundslider.min.js

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

‎package.json

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

‎src/roundslider.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* roundSlider v1.3.2 | (c) 2015-2018, Soundar
2+
* roundSlider v1.3.3 | (c) 2015-2019, Soundar
33
* MIT license | http://roundsliderui.com/licence.html
44
*/
55

‎src/roundslider.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* roundSlider v1.3.2 | (c) 2015-2018, Soundar
2+
* roundSlider v1.3.3 | (c) 2015-2019, 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.3.2",
20+
version: "1.3.3",
2121

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

0 commit comments

Comments
 (0)