Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Feb 13, 2025
1 parent eadc04e commit 70b7132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ESP32-targz
version=1.2.5
version=1.2.6
author=tobozo <tobozo@noreply.github.com>
maintainer=tobozo <tobozo@noreply.github.com>
sentence=A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266
paragraph=ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.
sentence=A library to compress/decompress tar+gzip archives.
paragraph=Archive a directory to tar.gz, extract tar.gz to a filesystem or stream, gzip webserver responses on the fly, perform OTA updates from compressed binary.
category=Data Processing
url=https://github.com/tobozo/ESP32-targz/
architectures=esp32,esp8266,rp2040,mbed_rp2040
Expand Down

0 comments on commit 70b7132

Please sign in to comment.