Skip to content

Commit 081ed71

Browse files
corrected some bugs RTM
1 parent bab90b4 commit 081ed71

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bootstrap.html5.fallback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
days: [days.wide.sun, days.wide.mon, days.wide.tue, days.wide.wed, days.wide.thu, days.wide.fri, days.wide.sat, days.wide.sun],
102102
daysShort: [days.abbreviated.sun, days.abbreviated.mon, days.abbreviated.tue, days.abbreviated.wed, days.abbreviated.thu, days.abbreviated.fri, days.abbreviated.sat, days.abbreviated.sun],
103103
daysMin: [days.narrow.sun, days.narrow.mon, days.narrow.tue, days.narrow.wed, days.narrow.thu, days.narrow.fri, days.narrow.sat, days.narrow.sun],
104-
months: [months.wide["1"], months.wide["2"], months.wide["3"], months.wide["4"], months.wide["5"], months.wide["5"], months.wide["6"], months.wide["7"], months.wide["8"], months.wide["9"], months.wide["10"], months.wide["11"], months.wide["12"]],
104+
months: [months.wide["1"], months.wide["2"], months.wide["3"], months.wide["4"], months.wide["5"], months.wide["6"], months.wide["7"], months.wide["8"], months.wide["9"], months.wide["10"], months.wide["11"], months.wide["12"]],
105105
monthsShort: [months.abbreviated["1"], months.abbreviated["2"], months.abbreviated["3"], months.abbreviated["4"], months.abbreviated["5"], months.abbreviated["6"], months.abbreviated["7"], months.abbreviated["8"], months.abbreviated["9"], months.abbreviated["10"], months.abbreviated["11"], months.abbreviated["12"]],
106106
meridiem: [dayPeriods.am, dayPeriods.pm],//gregorian calendar
107107
weekStart: dayDict[supp.weekData.firstDay[country]], //supp weekData.json

bootstrap.html5.fallback.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-html5-fallback",
3-
"version": "1.0.0-rc3",
3+
"version": "1.0.0",
44
"homepage": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback",
55
"description": "bootstrap widgets based html5 inputs fallback",
66
"main": [
@@ -21,7 +21,7 @@
2121
"polyfill"
2222
],
2323
"dependencies": {
24-
"mvcct-enhancer": ">=1.0.0-rc3",
24+
"mvcct-enhancer": ">=1.0.0",
2525
"bootstrap-colorpicker": ">=2.3.3",
2626
"smalot-bootstrap-datetimepicker": ">=2.3.10",
2727
"seiyria-bootstrap-slider": ">=7.0.3"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-html5-fallback",
3-
"version": "1.0.0-rc3c",
3+
"version": "1.0.0",
44
"description": "bootstrap widgets based html5 inputs fallback",
55
"main": "bootstrap.html5.fallback.js",
66
"repository": {
@@ -28,7 +28,7 @@
2828
"bootstrap.html5.fallback.d.ts"
2929
],
3030
"dependencies": {
31-
"mvcct-enhancer": ">=1.0.0-rc3",
31+
"mvcct-enhancer": ">=1.0.0",
3232
"bootstrap-colorpicker": ">=2.3.3",
3333
"bootstrap-datetime-picker": ">=2.3.10",
3434
"bootstrap-slider": ">=7.0.2"

0 commit comments

Comments
 (0)