From ae56e63309b80172375af61260ef1532f495fe37 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 28 Apr 2018 01:41:15 +0300 Subject: [PATCH] Bump version to 0.14.2 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27db68f..5dc39e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## 0.14.2 (2018-04-??) +## 0.14.2 (2018-04-28) * Fixed "PIP: Could not find a version that satisfies the requirement" (issue [#102](https://github.com/platformio/platformio-vscode-ide/issues/102)) diff --git a/package.json b/package.json index b5773bb..4c753db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platformio-ide", - "version": "0.14.1", + "version": "0.14.2", "publisher": "platformio", "engines": { "vscode": "^1.18.0"