Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yurychika committed Nov 6, 2014
1 parent 056f020 commit f6dcd4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Grid.js
Expand Up @@ -49,7 +49,7 @@ define([
// - revision: Number: The Git rev from which dojo was pulled
major: 1,
minor: 3,
patch: 5,
patch: 6,
flag: "",
toString: function(){
return this.major + "." + this.minor + "." + this.patch + this.flag; // String
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"dijit": "https://github.com/dojo/dijit/zipball/1.9.1",
"dojox": "https://github.com/dojo/dojox/zipball/1.9.1"
},
"version": "1.3.5",
"version": "1.3.6",
"maintainers":[
{
"name": "Xiao Wen Zhu(Oliver)",
Expand Down

0 comments on commit f6dcd4c

Please sign in to comment.