From dbe4e4547ac0e10415bd96ebbcd782dee14e35d5 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sun, 10 Feb 2019 09:43:53 +0100 Subject: [PATCH] v15.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9149cc1..facc623 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ While not physically hosted by NPM, it's still possible to install using NPM tools like so ([npm docs](https://docs.npmjs.com/cli/install)): ``` -npm install uNetworking/uWebSockets.js#v15.0.0 +npm install uNetworking/uWebSockets.js#v15.1.0 ``` This project is a Google V8 (Node.js or not) web server built to be efficient and stable. It makes use of µWebSockets, the C++ project, and exposes its features to JavaScript developers. This includes mainly Http & WebSockets, SSL and non-SSL. Prominent users include bitfinex.com, they run ther trading APIs on this server.