Skip to content

Commit f6dcd4c

Browse files
committed
update version
1 parent 056f020 commit f6dcd4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ define([
4949
// - revision: Number: The Git rev from which dojo was pulled
5050
major: 1,
5151
minor: 3,
52-
patch: 5,
52+
patch: 6,
5353
flag: "",
5454
toString: function(){
5555
return this.major + "." + this.minor + "." + this.patch + this.flag; // String

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dijit": "https://github.com/dojo/dijit/zipball/1.9.1",
66
"dojox": "https://github.com/dojo/dojox/zipball/1.9.1"
77
},
8-
"version": "1.3.5",
8+
"version": "1.3.6",
99
"maintainers":[
1010
{
1111
"name": "Xiao Wen Zhu(Oliver)",

0 commit comments

Comments
 (0)