Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed May 10, 2012
1 parent d5e37f3 commit 14a7b02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/docs/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": "YUIDoc - Javascript Documentation Tool",
"version": "0.3.0",
"version": "0.3.1",
"yuiSeedUrl": "http://yui.yahooapis.com/3.5.0pr4/build/yui/yui.js"
}
4 changes: 2 additions & 2 deletions conf/yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "YUIDoc",
"description": "YUIDoc documentation tool written in Javascript",
"version": "0.3.0",
"version": "0.3.1",
"url": "http://github.com/yui/yuidoc/issues",
"logo": "http://yuilibrary.com/img/yui-logo.png",
"options": {
Expand All @@ -15,4 +15,4 @@
],
"outdir": "./output/api"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yuidocjs",
"version": "0.3.0",
"version": "0.3.1",
"description": "YUIDoc, YUI's JavaScript Documentation engine.",
"author": "Dav Glass <davglass@gmail.com>",
"bugs": { "url" : "http://github.com/yui/yuidoc/issues" },
Expand Down

0 comments on commit 14a7b02

Please sign in to comment.