Skip to content

Commit

Permalink
v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Nov 16, 2023
1 parent 9a0850b commit 994e008
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "John Roepke <john@justjohn.us> (http://john.sh/)",
"name": "twig",
"description": "JS port of the Twig templating language.",
"version": "1.17.0",
"version": "1.17.1",
"homepage": "https://github.com/twigjs/twig.js",
"license": "BSD-2-Clause",
"licenses": [
Expand Down
2 changes: 1 addition & 1 deletion src/twig.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// This file handles creating the Twig library
module.exports = function factory() {
const Twig = {
VERSION: '1.17.0'
VERSION: '1.17.1'
};

require('./twig.core')(Twig);
Expand Down

0 comments on commit 994e008

Please sign in to comment.