Skip to content

Commit

Permalink
2.17.1 version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dioslaska committed Dec 16, 2015
1 parent 0c5340a commit a69dc07
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "mobiscroll",
"version": "2.17.0",
"version": "2.17.1",
"main": [
"js/mobiscroll.core.js",
"js/mobiscroll.frame.js",
Expand Down
2 changes: 2 additions & 0 deletions css/mobiscroll.mobiscroll-dark.css
Expand Up @@ -44,6 +44,8 @@
}
.mbsc-mobiscroll-dark .dw-cal-days {
color: #50ccc4;
}
.mbsc-mobiscroll-dark .dw-cal-days th {
border-color: #50ccc4;
}
.mbsc-mobiscroll-dark .dw-cal-btn-txt {
Expand Down
4 changes: 3 additions & 1 deletion css/mobiscroll.wp-light.css
Expand Up @@ -179,7 +179,7 @@
}
/* Progress */
.mbsc-wp-light.mbsc-progress .mbsc-label {
color: #878787;
color: #000000;
}
.mbsc-wp-light.mbsc-progress .mbsc-input-ic {
color: #000000;
Expand Down Expand Up @@ -234,6 +234,8 @@
.mbsc-wp-light .mbsc-input textarea:disabled,
.mbsc-wp-light .mbsc-input input:disabled {
background-color: transparent;
color: #4f4f4f;
border-color: #4f4f4f;
}
/* Checkbox */
.mbsc-wp-light .mbsc-checkbox-box {
Expand Down
4 changes: 2 additions & 2 deletions js/mobiscroll.core.js
@@ -1,5 +1,5 @@
/*!
* Mobiscroll v2.17.0
* Mobiscroll v2.17.1
* http://mobiscroll.com
*
* Copyright 2010-2015, Acid Media
Expand Down Expand Up @@ -78,7 +78,7 @@
};

ms = $.mobiscroll = $.mobiscroll || {
version: '2.17.0',
version: '2.17.1',
util: {
prefix: prefix,
jsPrefix: pr,
Expand Down
2 changes: 1 addition & 1 deletion mobiscroll.datetime.jquery.json
Expand Up @@ -14,7 +14,7 @@
"scroller",
"clickpick"
],
"version": "2.17.0",
"version": "2.17.1",
"author": {
"name": "Acid Media",
"url": "http://theacidmedia.net"
Expand Down
2 changes: 1 addition & 1 deletion mobiscroll.imageandtext.jquery.json
Expand Up @@ -13,7 +13,7 @@
"scroller",
"clickpick"
],
"version": "2.17.0",
"version": "2.17.1",
"author": {
"name": "Acid Media",
"url": "http://theacidmedia.net"
Expand Down
2 changes: 1 addition & 1 deletion mobiscroll.select.jquery.json
Expand Up @@ -14,7 +14,7 @@
"scroller",
"clickpick"
],
"version": "2.17.0",
"version": "2.17.1",
"author": {
"name": "Acid Media",
"url": "http://theacidmedia.net"
Expand Down
2 changes: 1 addition & 1 deletion mobiscroll.treelist.jquery.json
Expand Up @@ -13,7 +13,7 @@
"scroller",
"clickpick"
],
"version": "2.17.0",
"version": "2.17.1",
"author": {
"name": "Acid Media",
"url": "http://theacidmedia.net"
Expand Down

0 comments on commit a69dc07

Please sign in to comment.