From 632ab229e4495406fa6905d30f88570ff9489f77 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Sun, 26 Feb 2017 23:54:50 +0100 Subject: [PATCH] Fixed readme --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a6081c..a948299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.15.0 +## 0.15.1 * Combined 'argument' scope with 'locals' scope in variables view * Removed dependency on SDB, thanks for the PR from [t-h-e](https://github.com/t-h-e) - [Microsoft/vscode-mono-debug#15](https://github.com/Microsoft/vscode-mono-debug/pull/15) diff --git a/README.md b/README.md index 82d8bd0..00e00a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VS Code Mono Debug -A simple VS Code debugger extension for the Mono VM. It is based on the [SDB](https://github.com/mono/sdb) command line debugger. +A simple VS Code debugger extension for the Mono VM. Its implementation was inspired by the [SDB](https://github.com/mono/sdb) command line debugger. ## Installing Mono diff --git a/package.json b/package.json index e3b4e9b..38b5604 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mono-debug", "displayName": "Mono Debug", - "version": "0.15.0", + "version": "0.15.1", "publisher": "ms-vscode", "description": "Visual Studio Code debugger extension for Mono", "icon": "images/mono-debug-icon.svg",