Skip to content

Commit af4e5f0

Browse files
committed
Closes #3272
1 parent 803fe7e commit af4e5f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 13.4.x API Reference
1+
# 14.0.x API Reference
22

33
- [Server](#server)
44
- [`new Server([options])`](#new-serveroptions)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Lead Maintainer: [Eran Hammer](https://github.com/hueniverse)
1212
authentication, and other essential facilities for building web and services applications. **hapi** enables
1313
developers to focus on writing reusable application logic in a highly modular and prescriptive approach.
1414

15-
Development version: **13.4.x** ([release notes](https://github.com/hapijs/hapi/issues?labels=release+notes&page=1&state=closed))
15+
Development version: **14.0.x** ([release notes](https://github.com/hapijs/hapi/issues?labels=release+notes&page=1&state=closed))
1616
[![Build Status](https://secure.travis-ci.org/hapijs/hapi.svg?branch=master)](http://travis-ci.org/hapijs/hapi)
1717

1818
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

npm-shrinkwrap.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hapi",
33
"description": "HTTP Server framework",
44
"homepage": "http://hapijs.com",
5-
"version": "13.5.2",
5+
"version": "14.0.0",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/hapijs/hapi"

0 commit comments

Comments
 (0)