Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Sep 6, 2017
1 parent b1f5bcd commit 7e4cfa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# What's New
## 0.6.1
- Bug fixes.

## 0.6.0
- The minumum VSCode version is now 1.15.
- Process state will now be updated after custom launch.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-lldb",
"displayName": "LLDB Debugger",
"version": "0.6.0",
"version": "0.6.1",
"publisher": "vadimcn",
"description": "Debug your native code with LLDB.",
"license": "MIT",
Expand Down

0 comments on commit 7e4cfa0

Please sign in to comment.