Skip to content

Commit

Permalink
Add JS-visible version number
Browse files Browse the repository at this point in the history
Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@lge.com)
  • Loading branch information
Ben Combee committed Aug 22, 2013
1 parent 47af051 commit 82f2c73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.js
@@ -1,4 +1,5 @@
enyo.depends(
"version.js",
"source",
"css",
"onyx.design"
Expand Down
3 changes: 3 additions & 0 deletions version.js
@@ -0,0 +1,3 @@
if (enyo && enyo.version) {
enyo.version.onyx = "2.3.0-pre.7-dev";
}

0 comments on commit 82f2c73

Please sign in to comment.