diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0341e4a..860067c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = true commit_args = -S -current_version = 1.19.0 +current_version = 1.19.1 sign_tags = true tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c42076..2aacf51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## next +## 1.19.1 - Fix extension not calling Meson correctly in some circumstances like Cygwin diff --git a/package.json b/package.json index a996a5a..7b6f408 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.0", + "version": "1.19.1", "license": "Apache-2.0", "publisher": "mesonbuild", "author": {