diff --git a/README.md b/README.md index 71d5b6b..714e4b3 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ # arduino-littlefs-upload README (C) 2023 Earle F. Philhower, III + MIT licensed, see LICENSE.md -LittleFS uploader compatible with Arduino IDE 2.2.1 or higher. - -For use with the [Raspberry Pi Pico RP2040 Arduino core `arduino-pico`](https://github.com/earlephilhower/arduino-pico) and the community [ESP8266 Arduino core](https://github.com/esp8266/Arduino). +LittleFS uploader compatible with Arduino IDE 2.2.1 or higher. For use with the [Raspberry Pi Pico RP2040 Arduino core `arduino-pico`](https://github.com/earlephilhower/arduino-pico) and the community [ESP8266 Arduino core](https://github.com/esp8266/Arduino). ## Usage -`[Ctrl]+[Shift]+[P]``, then "`Upload LittleFS to Pico/ESP8266" +`[Ctrl]+[Shift]+[P]`, then "`Upload LittleFS to Pico/ESP8266`" ## Glitches diff --git a/arduino-littlefs-upload-0.0.2.vsix b/arduino-littlefs-upload-1.0.0.vsix similarity index 90% rename from arduino-littlefs-upload-0.0.2.vsix rename to arduino-littlefs-upload-1.0.0.vsix index 4c1367f..049aaaf 100644 Binary files a/arduino-littlefs-upload-0.0.2.vsix and b/arduino-littlefs-upload-1.0.0.vsix differ diff --git a/package-lock.json b/package-lock.json index 0bb2aab..3cbcbbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arduino-littlefs-upload", - "version": "0.0.2", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arduino-littlefs-upload", - "version": "0.0.2", + "version": "1.0.0", "license": "MIT", "dependencies": { "tmp": "^0.2.1" diff --git a/package.json b/package.json index caf9f0f..056aed7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "arduino-littlefs-upload", "displayName": "arduino-littlefs-upload", "description": "Build and uploads LittleFS filesystems for the Arduino-Pico RP2040 core under Arduino IDE 2.2.1 or higher", - "version": "0.0.2", + "version": "1.0.0", "engines": { "vscode": "^1.82.0" },