Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Feb 9, 2017
1 parent d813f0d commit 8b5818e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# What's New

## 0.3.4
- Bug fixes.

## 0.3.3
- [Custom launch requests](README.md#custom-launch).
- Command completions in debug console.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CodeLLDB: a LLDB front end for Visual Studio Code
=================================================

[View this readme on GitHub](https://github.com/vadimcn/vscode-lldb/blob/0.3.3/README.md) (working hyperlinks!)
[View this readme on GitHub](https://github.com/vadimcn/vscode-lldb/blob/0.3.4/README.md) (working hyperlinks!)

# Features
- Supports Linux, OSX and Windows.
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.3.3",
"version": "0.3.4",
"publisher": "vadimcn",
"description": "Debug your native code in LLDB.",
"license": "MIT",
Expand Down

0 comments on commit 8b5818e

Please sign in to comment.