From ffac1031c2b2e7c1571352b05b1e7b8725d90727 Mon Sep 17 00:00:00 2001 From: Dav Glass Date: Fri, 3 Aug 2012 09:33:43 -0500 Subject: [PATCH] Version bump --- conf/docs/project.json | 2 +- conf/yuidoc.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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",