We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d030ae8 commit e2b5642Copy full SHA for e2b5642
2 files changed
js/date.js
@@ -72,7 +72,6 @@ var date = (function() {
72
number: function(value) {
73
if (state.get().header.date.month.ordinal) {
74
return helper.ordinalNumber(value + 1);
75
- return value + 1;
76
} else {
77
return value + 1;
78
};
js/version.js
@@ -1,7 +1,7 @@
1
var version = (function() {
2
3
// version is normally bumped when the state needs changing or any new functionality is added
4
- var current = "3.1.5";
+ var current = "3.1.6";
5
6
var compare = function(a, b) {
7
var pa = a.split(".");
0 commit comments