From c0c3a35c2ca2238c20ff95a0a6e37178430d1d1e Mon Sep 17 00:00:00 2001 From: Eric <0015@users.noreply.github.com> Date: Sat, 20 Dec 2025 21:21:24 -0800 Subject: [PATCH] Version Bump --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b844d11..855483b 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can easily add this component to your project using the idf.py command or by From your project's root directory, simply run the following command in your terminal: ```bash -idf.py add-dependency "0015/map_tiles^1.2.0" +idf.py add-dependency "0015/map_tiles^1.3.0" ``` This command will automatically add the component to your idf_component.yml file and download the required files the next time you build your project. @@ -53,7 +53,7 @@ Add to your project's `main/idf_component.yml`: dependencies: map_tiles: git: "https://github.com/0015/map_tiles.git" - version: "^1.2.0" + version: "^1.3.0" ``` ### Manual Installation