From e82dfdd04c213430d2388c73b25bba4856a8f9cc Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 10 Jul 2020 18:53:23 +0200 Subject: [PATCH] Version 0.2.0. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2eaa47..9d9130a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-wordpress-hooks", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b20558..2b6f034 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-wordpress-hooks", "displayName": "Autocomplete WordPress Hooks", "description": "Autocomplete provider for WordPress action and filter names", - "version": "0.1.0", + "version": "0.2.0", "license": "GPL-3.0-or-later", "publisher": "johnbillion", "author": {