From 050726e1b60472f383416222ea4d6071e3f492ae Mon Sep 17 00:00:00 2001 From: Dan Charlesworth Date: Wed, 6 Nov 2024 14:25:52 +1100 Subject: [PATCH] =?UTF-8?q?Attempt=20to=20force=20a=20release=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ extension.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 712c357..8a16094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 1.2.0 + +Add a minor number to the version scheme in the hopes the Extension Library will pick it up... + ## Version 1.2 Incorporates the latest changes from [the source grammar by @interdependence](https://github.com/interdependence/tree-sitter-htmldjango) diff --git a/extension.json b/extension.json index 8546884..f3e4c6a 100644 --- a/extension.json +++ b/extension.json @@ -3,7 +3,7 @@ "name": "HTML Django", "organization": "djch", "description": "Syntax highlighting for Django templates (using Tree Sitter grammar)", - "version": "1.2", + "version": "1.2.0", "license": "MIT", "bugs": "https://github.com/djch/HTMLDjango.novaextension/issues", "repository": "https://github.com/djch/HTMLDjango.novaextension",