diff --git a/API.md b/API.md index bddd34d6c..3b94410c4 100755 --- a/API.md +++ b/API.md @@ -1,4 +1,4 @@ -# 13.4.x API Reference +# 14.0.x API Reference - [Server](#server) - [`new Server([options])`](#new-serveroptions) diff --git a/README.md b/README.md index fc8b2f100..8b34f26c9 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Lead Maintainer: [Eran Hammer](https://github.com/hueniverse) authentication, and other essential facilities for building web and services applications. **hapi** enables developers to focus on writing reusable application logic in a highly modular and prescriptive approach. -Development version: **13.4.x** ([release notes](https://github.com/hapijs/hapi/issues?labels=release+notes&page=1&state=closed)) +Development version: **14.0.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?branch=master)](http://travis-ci.org/hapijs/hapi) For the latest updates, [change log](http://hapijs.com/updates), and release information visit [hapijs.com](http://hapijs.com) and follow [@hapijs](https://twitter.com/hapijs) on twitter. If you have questions, please open an issue in the diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 470f87457..8f71125f2 100755 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "hapi", - "version": "13.5.2", + "version": "14.0.0", "dependencies": { "accept": { "version": "2.1.2" diff --git a/package.json b/package.json index b42ea85de..df29a13d2 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hapi", "description": "HTTP Server framework", "homepage": "http://hapijs.com", - "version": "13.5.2", + "version": "14.0.0", "repository": { "type": "git", "url": "git://github.com/hapijs/hapi"