From 27d84e012a3c3f9165731ce7a5b3a0c4ac6958ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Tue, 7 Jan 2025 23:02:25 +0100 Subject: [PATCH] updating dependencies --- README.md | 8 ++++---- dependencies.repos | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 91515f3..1c76512 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ ## Dependencies - [yasmin](https://github.com/uleroboticsgroup/yasmin)[[3.0.3](https://github.com/uleroboticsgroup/yasmin/releases/tag/3.0.3)] -- [audio_common](https://github.com/mgonzs13/audio_common)[[4.0.3](https://github.com/mgonzs13/audio_common/releases/tag/4.0.3)] -- [llama_ros](https://github.com/mgonzs13/llama_ros)[[4.1.7](https://github.com/mgonzs13/llama_ros/releases/tag/4.1.7)] -- [whisper_ros](https://github.com/mgonzs13/whisper_ros)[[3.0.2](https://github.com/mgonzs13/whisper_ros/releases/tag/3.0.2)] -- [piper_ros](https://github.com/mgonzs13/piper_ros)[[1.1.0](https://github.com/mgonzs13/piper_ros/releases/tag/1.1.0)] +- [audio_common](https://github.com/mgonzs13/audio_common)[[4.0.4](https://github.com/mgonzs13/audio_common/releases/tag/4.0.4)] +- [llama_ros](https://github.com/mgonzs13/llama_ros)[[4.1.8](https://github.com/mgonzs13/llama_ros/releases/tag/4.1.8)] +- [whisper_ros](https://github.com/mgonzs13/whisper_ros)[[3.0.3](https://github.com/mgonzs13/whisper_ros/releases/tag/3.0.3)] +- [piper_ros](https://github.com/mgonzs13/piper_ros)[[1.1.1](https://github.com/mgonzs13/piper_ros/releases/tag/1.1.1)] ## Installation diff --git a/dependencies.repos b/dependencies.repos index 0b23b8b..f4ab0ba 100644 --- a/dependencies.repos +++ b/dependencies.repos @@ -6,16 +6,16 @@ repositories: audio_common: type: git url: https://github.com/mgonzs13/audio_common - version: tags/4.0.3 + version: tags/4.0.4 llama_ros: type: git url: https://github.com/mgonzs13/llama_ros - version: tags/4.1.7 + version: tags/4.1.8 whisper_ros: type: git url: https://github.com/mgonzs13/whisper_ros - version: tags/3.0.2 + version: tags/3.0.3 piper_ros: type: git url: https://github.com/mgonzs13/piper_ros - version: tags/1.1.0 + version: tags/1.1.1