diff --git a/package-lock.json b/package-lock.json index 1c318bb..b714aca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-table-formatter", - "version": "2.2.0", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-table-formatter", - "version": "2.2.0", + "version": "2.2.2", "license": "MIT", "dependencies": { "md5": "^2.2.1", diff --git a/package.json b/package.json index 087cbd6..9185ae1 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.2.1", + "version": "2.2.2", "publisher": "fcrespo82", "icon": "resources/icon.png", "keywords": [ @@ -201,4 +201,4 @@ "typescript": "^3.7.2", "vsce": "^1.93.0" } -} \ No newline at end of file +}