diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-09-19 00:47:46 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-09-19 00:47:46 +0200 |
| commit | a20ef3bbb526b29255bd0a072934b2108286c3a6 (patch) | |
| tree | 374b3d2e69e4b43683f1128f721396350b253246 | |
| parent | 836a53e543d95d3aedae0be7eb7a769f830c8d66 (diff) | |
Update vscode extension version to 0.1.4
| -rw-r--r-- | editors/vscode/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 555f422..c3d42bc 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git://github.com/DanielGavin/ols.git" }, - "version": "0.1.2", + "version": "0.1.4", "engines": { "vscode": "^1.65.0" }, |