We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056f020 commit f6dcd4cCopy full SHA for f6dcd4c
Grid.js
@@ -49,7 +49,7 @@ define([
49
// - revision: Number: The Git rev from which dojo was pulled
50
major: 1,
51
minor: 3,
52
- patch: 5,
+ patch: 6,
53
flag: "",
54
toString: function(){
55
return this.major + "." + this.minor + "." + this.patch + this.flag; // String
package.json
@@ -5,7 +5,7 @@
5
"dijit": "https://github.com/dojo/dijit/zipball/1.9.1",
6
"dojox": "https://github.com/dojo/dojox/zipball/1.9.1"
7
},
8
- "version": "1.3.5",
+ "version": "1.3.6",
9
"maintainers":[
10
{
11
"name": "Xiao Wen Zhu(Oliver)",
0 commit comments