Skip to content

Commit 7171e1b

Browse files
committed
v1.0.12; corrected version #s
1 parent 34d061d commit 7171e1b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# git commit -a -m "Final X.Y.Z commit"
1515
# git push
1616

17-
# git checkout deploy; git pull
18-
# git merge origin/master --squash
17+
# git checkout deploy
18+
# git merge -X theirs origin/master --squash
1919
# git commit -a -m "vX.Y.Z Release"
2020
# git push
2121
# git checkout master

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,25 @@ npm install -g "@hapi-server/server"
4343
OS-X x64:
4444

4545
```bash
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
46+
curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.12/hapi-server-v1.0.12-darwin-x64.tgz | tar zxf -
47+
cd hapi-server-v1.0.12
4848
./hapi-server --open
4949
```
5050

5151
Linux x64:
5252

5353
```bash
54-
curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.11/hapi-server-v1.0.11-linux-x64.tgz | tar zxf -
55-
cd hapi-server-v1.0.11
54+
curl -L https://github.com/hapi-server/server-nodejs/releases/download/v1.0.12/hapi-server-v1.0.12-linux-x64.tgz | tar zxf -
55+
cd hapi-server-v1.0.12
5656
./hapi-server --open
5757
```
5858

5959
Docker:
6060

6161
```
62-
docker pull rweigel/hapi-server:v1.0.8
63-
docker run -dit --name hapi-server-v1.0.8 --expose 8999 -p 8999:8999 rweigel/hapi-server:v1.0.8
64-
docker exec -it hapi-server-v1.0.8 ./hapi-server
62+
docker pull rweigel/hapi-server:v1.0.12
63+
docker run -dit --name hapi-server-v1.0.12 --expose 8999 -p 8999:8999 rweigel/hapi-server:v1.0.12
64+
docker exec -it hapi-server-v1.0.12 ./hapi-server
6565
# Open http://localhost:8999/TestData/hapi in a web browser
6666
```
6767

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.11
30+
VERSION=v1.0.12
3131

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

0 commit comments

Comments
 (0)