Skip to content

Commit

Permalink
meta updates for 1.16.4 release (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Schiemann <dylan@livingspec.com>
  • Loading branch information
dylans and dylans authored Mar 21, 2021
1 parent ecd5005 commit 7a8150d
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@
"name": "dojo-website",
"private": true,
"dependencies": {
"dojo": "~1.16.3",
"dojo": "~1.16.4",
"dstore": "~1.2.1",
"dmodel": "~0.1.0",
"dijit": "~1.16.3",
"dojox": "~1.16.3",
"dgrid": "1.3.1"
"dijit": "~1.16.4",
"dojox": "~1.16.4",
"dgrid": "1.3.3"
}
}
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ module.exports = function(grunt){
config.dojo = {
ver: {
get major(){ return '1.16' },
get minor(){ return '.3'},
get minor(){ return '.4'},
get full(){ return this.major + this.minor},
//get cdn(){ return this.full },
get cdn(){ return '1.14.1' },

0 comments on commit 7a8150d

Please sign in to comment.