diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 860067c..66f74dd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = true commit_args = -S -current_version = 1.19.1 +current_version = 1.19.2 sign_tags = true tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed7316..3ceb06f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## next +## 1.19.2 - Also check for root `meson.build` files which are symlinks diff --git a/package.json b/package.json index 7b6f408..177b714 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Meson", "description": "Meson language support for Visual Studio Code", "icon": "graphics/icon.png", - "version": "1.19.1", + "version": "1.19.2", "license": "Apache-2.0", "publisher": "mesonbuild", "author": {