From 11d2c714eb0fb95e5b70926792f0b30551f67b9c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 14 Aug 2021 16:56:26 +0300 Subject: [PATCH] Bump version to 2.3.3 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fab635..9257536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## 2.3.3 (2021-08-??) +## 2.3.3 (2021-08-14) - Updated PlatformIO Core installer to v1.0.3 ([changes](https://github.com/platformio/platformio-core-installer/releases/tag/v1.0.3)): * Fix a bug with "OSError / WinError" when looking for a compatible Python diff --git a/package.json b/package.json index 6165043..85e9f2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platformio-ide", - "version": "2.3.2", + "version": "2.3.3", "publisher": "platformio", "engines": { "vscode": "^1.44.0"