Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Apr 12, 2012
1 parent 3daf614 commit 20668a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conf/docs/project.json
@@ -1,5 +1,5 @@
{ {
"projectName": "YUIDoc - Javascript Documentation Tool", "projectName": "YUIDoc - Javascript Documentation Tool",
"version": "0.2.38", "version": "0.2.39",
"yuiSeedUrl": "http://yui.yahooapis.com/3.5.0pr4/build/yui/yui.js" "yuiSeedUrl": "http://yui.yahooapis.com/3.5.0pr4/build/yui/yui.js"
} }
4 changes: 2 additions & 2 deletions conf/yuidoc.json
@@ -1,7 +1,7 @@
{ {
"name": "YUIDoc", "name": "YUIDoc",
"description": "YUIDoc documentation tool written in Javascript", "description": "YUIDoc documentation tool written in Javascript",
"version": "0.2.38", "version": "0.2.39",
"url": "http://yuilibrary.com/projects/yuidoc", "url": "http://yuilibrary.com/projects/yuidoc",
"logo": "http://yuilibrary.com/img/yui-logo.png", "logo": "http://yuilibrary.com/img/yui-logo.png",
"options": { "options": {
Expand All @@ -15,4 +15,4 @@
], ],
"outdir": "./output/api" "outdir": "./output/api"
} }
} }
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "yuidocjs", "name": "yuidocjs",
"version": "0.2.38", "version": "0.2.39",
"description": "YUI Doc, JavaScript port - This is an alpha release, official releases will be under the yuidoc project name.", "description": "YUI Doc, JavaScript port - This is an alpha release, official releases will be under the yuidoc project name.",
"author": "Dav Glass <davglass@gmail.com>", "author": "Dav Glass <davglass@gmail.com>",
"bugs": { "url" : "http://github.com/davglass/yuidocjs/issues" }, "bugs": { "url" : "http://github.com/davglass/yuidocjs/issues" },
Expand Down

0 comments on commit 20668a1

Please sign in to comment.