Version Bump

This commit is contained in:
Eric
2025-12-20 21:21:24 -08:00
parent efcc9c8929
commit c0c3a35c2c

View File

@@ -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: From your project's root directory, simply run the following command in your terminal:
```bash ```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. 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: dependencies:
map_tiles: map_tiles:
git: "https://github.com/0015/map_tiles.git" git: "https://github.com/0015/map_tiles.git"
version: "^1.2.0" version: "^1.3.0"
``` ```
### Manual Installation ### Manual Installation