diff --git a/.vscode/launch.json b/.vscode/launch.json index 6738317..35c6719 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,6 @@ // A launch configuration that launches the extension inside a new window { - "version": "0.1.0", + "version": "0.2.0", "configurations": [ { "name": "Extension", diff --git a/README.md b/README.md index 0397919..d174a57 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,20 @@ VS Code extension for supporting the Java Modelling Language. ## Features * Syntax highlighting of JML contracts + +## Changelog + + +* **0.2.0** (04.04.2019) + - Fixes by @csicar + +* **0.1.0** () + - First release + +* **0.0.0** (unpublished) + - Start with the `java` language definition of VS Code. + +## Authors + +* @csicar +* @wadoon diff --git a/jml-vscode-0.2.0.vsix b/jml-vscode-0.2.0.vsix new file mode 100644 index 0000000..2e0538b Binary files /dev/null and b/jml-vscode-0.2.0.vsix differ diff --git a/package.json b/package.json index 2ff522f..d3c489e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jml-vscode", "displayName": "jml-vscode", "description": "VS Code support for Java Modelling Language", - "version": "0.1.0", + "version": "0.2.0", "publisher": "wadoon", "engines": { "vscode": "^1.30.0"