Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
Bump version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Nov 28, 2014
1 parent 24289bf commit cc983ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -66,6 +66,7 @@ apidoc: {

## Changelog

* `0.9.0` Upgrade to apiDoc 0.9.x.
* `0.8.0` Upgrade to apiDoc 0.8.x.
* `0.7.0` Upgrade to apiDoc 0.7.x.
* `0.6.0` Upgrade to apiDoc 0.6.x.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "grunt-apidoc",
"version": "0.8.0",
"version": "0.9.0",
"description": "Grunt task to generate a RESTful API Documentation with apidoc",
"author": "Peter Rottmann <rottmann@inveris.de>",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"node": ">= 0.8.0"
},
"dependencies": {
"apidoc": "~0.8.0"
"apidoc": "~0.9.0"
},
"devDependencies": {
"grunt-contrib-clean": "~0.6.0",
Expand Down

0 comments on commit cc983ef

Please sign in to comment.