Skip to content

Commit

Permalink
6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer committed Aug 18, 2014
1 parent aadf029 commit 2ba9778
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
and other essential facilities for building web applications and services. **hapi** enables developers to focus on writing reusable
application logic instead of spending time building infrastructure, without getting in the way.

Current version: **6.5.x** ([release notes](https://github.com/hapijs/hapi/issues?labels=release+notes&page=1&state=closed)) [![Build Status](https://secure.travis-ci.org/hapijs/hapi.svg)](http://travis-ci.org/hapijs/hapi)
Current version: **6.6.x** ([release notes](https://github.com/hapijs/hapi/issues?labels=release+notes&page=1&state=closed)) [![Build Status](https://secure.travis-ci.org/hapijs/hapi.svg)](http://travis-ci.org/hapijs/hapi)

For the latest updates and release information visit [hapijs.com](http://hapijs.com) and follow [@hapijs](https://twitter.com/hapijs) on twitter.

Expand Down
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Current Documentation
[v6.5.x](https://github.com/hapijs/hapi/blob/master/docs/Reference.md)
[v6.6.x](https://github.com/hapijs/hapi/blob/master/docs/Reference.md)

## Previous Documentation
[v6.5.x](https://github.com/hapijs/hapi/blob/v6.5.0/docs/Reference.md)
[v6.4.x](https://github.com/hapijs/hapi/blob/v6.4.0/docs/Reference.md)
[v6.3.x](https://github.com/hapijs/hapi/blob/v6.3.0/docs/Reference.md)
[v6.2.x](https://github.com/hapijs/hapi/blob/v6.2.0/docs/Reference.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/Reference.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 6.5.x API Reference
# 6.6.x API Reference

- [`Hapi.Server`](#hapiserver)
- [`new Server([host], [port], [options])`](#new-serverhost-port-options)
Expand Down

0 comments on commit 2ba9778

Please sign in to comment.