Skip to content

Commit 6161520

Browse files
committed
Add missing releases to Mynewt repository.yml
This make it possible to setup Mynewt project with latest releases.
1 parent 7180883 commit 6161520

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

repository.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ repo.versions:
99
"0.10.0": "0.10.0"
1010
"0.10.1": "0.10.1"
1111
"0.11.0": "0.11.0"
12+
"0.12.0": "0.12.0"
13+
"0.13.0": "0.13.0"
1214

1315
"0-dev": "0.0.0" # master
14-
"0-latest": "0.11.0" # latest stable release
16+
"0-latest": "0.13.0" # latest stable release
1517

0 commit comments

Comments
 (0)