Merge branch 'master' into dev

This commit is contained in:
sur.la.route 2022-08-01 08:10:02 -05:00 committed by GitHub
commit 3edf39364a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.7.4",
"version": "1.9.2",
"description": "HTML Template Linter and Formatter",
"main": "./bin/index.js",
"directories": {

View file

@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name="djlint"
version="1.7.2"
version="1.9.2"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]