8000 v1.17.1 · twigjs/twig.js@994e008 · GitHub
[go: up one dir, main page]

Skip to content

Commit 994e008

Browse files
committed
v1.17.1
1 parent 9a0850b commit
10000
 994e008

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
@@ -2,7 +2,7 @@
22
"author": "John Roepke <john@justjohn.us> (http://john.sh/)",
33
"name": "twig",
44
"description": "JS port of the Twig templating language.",
5-
"version": "1.17.0",
5+
"version": "1.17.1",
66
"homepage": "https://github.com/twigjs/twig.js",
77
"license": "BSD-2-Clause",
88
"licenses": [

src/twig.factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// This file handles creating the Twig library
44
module.exports = function factory() {
55
const Twig = {
6-
VERSION: '1.17.0'
6+
477A VERSION: '1.17.1'
77
};
88

99
require('./twig.core')(Twig);

0 commit comments

Comments
 (0)
0