diff --git a/package-lock.json b/package-lock.json index e1ea7c1..9fde1b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "markdown-table-formatter", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 962b2ee..5eddc5b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/fcrespo82/vscode-markdown-table-formatter/issues" }, "license": "MIT", - "version": "2.1.5", + "version": "2.1.6", "publisher": "fcrespo82", "icon": "resources/icon.png", "keywords": [ @@ -206,4 +206,4 @@ "typescript": "^3.7.2", "vscode-test": "^1.4.0" } -} \ No newline at end of file +}