Add missing releases to Mynewt repository.yml

This make it possible to setup Mynewt project with latest releases.
This commit is contained in:
Szymon Janc 2022-03-07 15:33:27 +01:00
parent 7180883fae
commit 61615203fd
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ repo.versions:
"0.10.0": "0.10.0"
"0.10.1": "0.10.1"
"0.11.0": "0.11.0"
"0.12.0": "0.12.0"
"0.13.0": "0.13.0"
"0-dev": "0.0.0" # master
"0-latest": "0.11.0" # latest stable release
"0-latest": "0.13.0" # latest stable release