diff --git a/README.md b/README.md index bfeba9430..89a96845d 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/README.md b/docs/README.md index 4f8ee2f25..c0b2ee473 100755 --- a/docs/README.md +++ b/docs/README.md @@ -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) diff --git a/docs/Reference.md b/docs/Reference.md index 8550f59c8..ea8f0aa1d 100755 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -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)