Skip to content

Commit ec1b4f1

Browse files
committed
v1.0.11 Release
1 parent 6ce6890 commit ec1b4f1

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@ Installation and startup commands are given below the binary packages and docker
4343
OS-X x64:
4444

4545
```bash
46-
curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.10/hapi-server-v1.0.10-darwin-x64.tgz | tar zxf -
47-
cd hapi-server-v1.0.10
46+
curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.11/hapi-server-v1.0.11-darwin-x64.tgz | tar zxf -
47+
cd hapi-server-v1.0.11
4848
./hapi-server --open
4949

5050
Linux x64:
5151

5252
```bash
53-
curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.10/hapi-server-v1.0.10-linux-x64.tgz | tar zxf -
54-
cd hapi-server-v1.0.10
53+
curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.11/hapi-server-v1.0.11-linux-x64.tgz | tar zxf -
54+
cd hapi-server-v1.0.11
5555
./hapi-server --open
5656
```
5757

5858
Docker:
5959

6060
```
61-
docker pull rweigel/hapi-server:v1.0.10
62-
docker run -dit --name hapi-server-v1.0.10 --expose 8999 -p 8999:8999 rweigel/hapi-server:v1.0.10
63-
docker exec -it hapi-server-v1.0.10 ./hapi-server
61+
docker pull rweigel/hapi-server:v1.0.11
62+
docker run -dit --name hapi-server-v1.0.11 --expose 8999 -p 8999:8999 rweigel/hapi-server:v1.0.11
63+
docker exec -it hapi-server-v1.0.11 ./hapi-server
6464
# Open http://localhost:8999/TestData/hapi in a web browser
6565
```
6666

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hapi-server/server",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"license": "MIT",
55
"engine-strict": true,
66
"engines": {

pkg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PYTHONV=3.8.5
2727
# Do not modify following line. Version set by call to
2828
# npm run version
2929
# which uses version in package.json
30-
VERSION=v1.0.10
30+
VERSION=v1.0.11
3131

3232
# To get other OS-X versions, see
3333
# https://developer.apple.com/forums/thread/111322

0 commit comments

Comments
 (0)