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",