diff --git a/conf/docs/project.json b/conf/docs/project.json index a4a4f329..68b4e6c8 100644 --- a/conf/docs/project.json +++ b/conf/docs/project.json @@ -1,5 +1,5 @@ { "projectName": "YUIDoc - Javascript Documentation Tool", - "version": "0.3.17", + "version": "0.3.18", "yuiSeedUrl": "http://yui.yahooapis.com/3.5.1/build/yui/yui.js" } \ No newline at end of file diff --git a/conf/yuidoc.json b/conf/yuidoc.json index cf863c59..d0a53c8b 100644 --- a/conf/yuidoc.json +++ b/conf/yuidoc.json @@ -1,7 +1,7 @@ { "name": "YUIDoc", "description": "YUIDoc documentation tool written in Javascript", - "version": "0.3.17", + "version": "0.3.18", "url": "http://github.com/yui/yuidoc/issues", "logo": "http://yuilibrary.com/img/yui-logo.png", "options": { diff --git a/package.json b/package.json index 3333e2b8..42c2a8ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yuidocjs", - "version": "0.3.17", + "version": "0.3.18", "description": "YUIDoc, YUI's JavaScript Documentation engine.", "author": "Dav Glass ", "bugs": { "url" : "http://github.com/yui/yuidoc/issues" }, @@ -28,7 +28,7 @@ "main": "./lib/index", "bin" : { "yuidoc" : "./lib/cli.js" }, "dependencies": { - "yui": "3.6.0pr3", + "yui": "3.6.0", "rimraf": "~2.0.0", "node-markdown": "~0.1.0", "minimatch": "~0.1.0",