Skip to content

Commit 070b697

Browse files
committed
0.10.1
1 parent 187950a commit 070b697

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zabo-nodejs-quickstart-app",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"private": true,
55
"scripts": {
66
"start": "node ./bin/www"

views/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ html
33
head
44
title= title
55
link(rel='stylesheet', href='/stylesheets/style.css')
6-
script(src='https://cdn.zabo.com/develop/0.10.0-beta.5/zabo.js')
6+
script(src='https://cdn.zabo.com/latest/zabo.js')
77
body
88
block content
99
script(src='/scripts/utils.js')

0 commit comments

Comments
 (0)