diff --git a/CHANGELOG.md b/CHANGELOG.md index 843c2db..c1af77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,6 @@ All notable changes to the "vscode-salesforce-doc-lookup" extension will be docu Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## 0.1.0 - Beta +## 0.1.1 - Beta - Basic implementation of Apex Doc Lookup \ No newline at end of file diff --git a/README.md b/README.md index 7a22497..40e4d89 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ an update to the plugin_ - [Roadmap](#roadmap) - [Design Notes](#design-notes) - [Release Notes](#release-notes) - - [0.1.0 - Beta](#010---beta) + - [0.1.1 - Beta](#011---beta) - [License](#license) - [Credits](#credits) @@ -74,7 +74,7 @@ Notes on design, future aims etc available in NOTES.MD ## Release Notes -### 0.1.0 - Beta +### 0.1.1 - Beta - Basic implementation of Apex Doc Lookup ## License diff --git a/package.json b/package.json index 60a35e8..37ebfcc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/Oblongmana/vscode-salesforce-doc-lookup" }, - "version": "0.1.0", + "version": "0.1.1", "engines": { "vscode": "^1.45.0" },