Skip to content

Commit

Permalink
Version Update to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed May 9, 2012
1 parent adfda20 commit 1461433
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2.44",
"version": "0.3.0",
"yuiSeedUrl": "http://yui.yahooapis.com/3.5.0pr4/build/yui/yui.js"
}
2 changes: 1 addition & 1 deletion 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.2.44",
"version": "0.3.0",
"url": "http://yuilibrary.com/projects/yuidoc",
"logo": "http://yuilibrary.com/img/yui-logo.png",
"options": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "yuidocjs",
"version": "0.2.44",
"version": "0.3.0",
"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>",
"bugs": { "url" : "http://github.com/davglass/yuidocjs/issues" },
"bugs": { "url" : "http://github.com/yui/yuidoc/issues" },
"os": ["darwin", "linux", "win32"],
"contributors": [
{ "name": "Adam Moore", "email": "amoore@gmail.com" },
Expand Down Expand Up @@ -36,11 +36,11 @@
"licenses":[
{
"type" : "BSD",
"url" : "http://yuilibrary.com/license"
"url" : "https://github.com/yui/yuidoc/blob/master/LICENSE"
}
],
"repository": {
"type":"git",
"url":"http://github.com/davglass/yuidocjs.git"
"url":"http://github.com/yui/yuidoc.git"
}
}

0 comments on commit 1461433

Please sign in to comment.