We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa64989 commit fa2dbe7Copy full SHA for fa2dbe7
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: 9,
+ patch: 8,
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.9",
+ "version": "1.3.8",
9
"maintainers":[
10
{
11
"name": "Xiao Wen Zhu(Oliver)",
0 commit comments