Skip to content

Commit

Permalink
Updating source version to 1.18.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans committed Feb 20, 2022
1 parent b65e69c commit 62444be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"url": "https://github.com/dojo/dojox.git"
},
"dependencies": {
"dojo": "1.17.0",
"dijit": "1.17.0"
"dojo": "1.18.0-pre",
"dijit": "1.18.0-pre"
},
"devDependencies": {
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "dojox",
"version": "1.17.0",
"version": "1.18.0-pre",
"directories": {
"lib": "."
},
"main": "main",
"dependencies": {
"dojo": "1.17.0",
"dijit": "1.17.0"
"dojo": "1.18.0-pre",
"dijit": "1.18.0-pre"
},
"description": "Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.",
"license" : "BSD-3-Clause OR AFL-2.1",
Expand Down

0 comments on commit 62444be

Please sign in to comment.