Skip to content

Commit 994e008

Browse files
committedNov 16, 2023
v1.17.1
1 parent 9a0850b commit 994e008

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
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

+1-1
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+
VERSION: '1.17.1'
77
};
88

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

0 commit comments

Comments
 (0)
Please sign in to comment.