Skip to content

Commit

Permalink
Updated the version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soundar24 committed Apr 17, 2020
1 parent 97e2dda commit 5d5c569
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "round-slider",
"version": "1.4.1",
"version": "1.5.0",
"homepage": "http://roundsliderui.com/",
"authors": [
"Soundar"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"description": "roundSlider - A free jQuery plugin",
"dependencies": {
"jquery": ">= 1.4.1"
"jquery": ">= 1.10.2"
},
"keywords": [
"roundslider", "round slider", "circular slider", "radial slider",
Expand Down
2 changes: 1 addition & 1 deletion dist/roundslider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/roundslider.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "round-slider",
"version": "1.4.1",
"version": "1.5.0",
"description": "roundSlider - A free jQuery plugin",
"main": "dist/roundslider.min.js",
"style": "dist/roundslider.min.css",
Expand Down Expand Up @@ -28,7 +28,7 @@
"README.md"
],
"dependencies": {
"jquery": ">= 1.4.1"
"jquery": ">= 1.10.2"
},
"keywords": [
"roundslider", "round slider", "circular slider", "radial slider",
Expand Down
4 changes: 2 additions & 2 deletions src/roundslider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* roundSlider v1.4.1 | (c) 2015-2020, Soundar
* roundSlider v1.5.0 | (c) 2015-2020, Soundar
* MIT license | http://roundsliderui.com/licence.html
*/

Expand All @@ -17,7 +17,7 @@
RoundSlider.prototype = {

pluginName: pluginName,
version: "1.4.1",
version: "1.5.0",

// after the control initialization the updated default values
// are merged into the options
Expand Down

0 comments on commit 5d5c569

Please sign in to comment.