Skip to content

Commit 5e3b993

Browse files
committed
Bumped version to 0.1.1
1 parent c05fb9f commit 5e3b993

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// A launch configuration that launches the extension inside a new window
22
{
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"configurations": [
55
{
66
"name": "Launch Extension",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22
All changes to vscode-code-syntax will be documented here.
33

4+
## v0.1.1 [#]()
5+
46
## v0.1.0 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.1.0)
57

68
- Initial Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-gcode-syntax",
33
"displayName": "G-Code Syntax",
44
"description": "CNC G-Code Syntax Langauge",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"license": "MIT",
77
"publisher": "appliedengdesign",
88
"author": {

0 commit comments

Comments
 (0)