diff --git a/CHANGELOG.md b/CHANGELOG.md index 254e8a3..eb2818f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to the "pico-w-go" extension will be documented in this file --- +## [3.0.12] - 2023-06-15 ## [3.0.11] - 2023-06-15 # Added diff --git a/images/logo-256.png b/images/logo-256.png index dc646d1..9b4f278 100644 Binary files a/images/logo-256.png and b/images/logo-256.png differ diff --git a/package-lock.json b/package-lock.json index e2d6dad..20a7e1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pico-w-go", - "version": "3.0.11", + "version": "3.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pico-w-go", - "version": "3.0.11", + "version": "3.0.12", "cpu": [ "x64", "arm64", diff --git a/package.json b/package.json index 5a76661..69dd773 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pico-w-go", "displayName": "Pico-W-Go", "description": "Autocompletion, remote Workspace and a REPL console for the Raspberry Pi Pico (W).", - "version": "3.0.11", + "version": "3.0.12", "publisher": "paulober", "license": "MPL-2.0", "homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",