From f5ccbc87ca7f14ad559d8b67f0450be4db39ae2f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 26 Jan 2024 21:43:44 +0200 Subject: [PATCH] Bump version to 3.3.3 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 687508a..c305979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## 3.3.3 (2024-??-??) +## 3.3.3 (2024-01-26) * Implemented automatic upgrading of outdated portable Python 3.9 distributions to the latest version, Python 3.11, enhancing the development environment with the latest features and improvements * Updated the PlatformIO Core Installer Script to version [1.2.2](https://github.com/platformio/platformio-core-installer/releases/tag/v1.2.2) diff --git a/package.json b/package.json index f249b36..1c8408b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platformio-ide", - "version": "3.3.2", + "version": "3.3.3", "publisher": "platformio", "engines": { "vscode": "^1.65.0"