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
js/date.js
@@ -72,7 +72,6 @@ var date = (function(){
72
number: function(value){
73
if(state.get().header.date.month.ordinal){
74
returnhelper.ordinalNumber(value+1);
75
-returnvalue+1;
76
}else{
77
returnvalue+1;
78
};
js/version.js
@@ -1,7 +1,7 @@
1
varversion=(function(){
2
3
// version is normally bumped when the state needs changing or any new functionality is added
4
-varcurrent="3.1.5";
+varcurrent="3.1.6";
5
6
varcompare=function(a,b){
7
varpa=a.split(".");
0 commit comments