-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathversions.json
26 lines (26 loc) · 943 Bytes
/
versions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"dev": {
"version": "0.13.0-rc.0",
"name": "Moss",
"description": "This is the dev release that's currently actively being developed on. It is recommended to use this one for developing new Tools for the Weave.",
"holochainVersion": "0.4.0",
"lairVersion": "0.5.3",
"packages": {
"@theweave/cli": "0.13.0-rc.0",
"@theweave/api": "0.4.0-alpha.3",
"@theweave/elements": "0.4.0-alpha.1"
}
},
"stable": {
"version": "0.12.8",
"name": "Moss (Sprout)",
"description": "This release will soon be replaced by 0.13.0 as the new stable release. If you intend to develop a new Tool for the Weave, it is recommended to use the dev version instead.",
"holochainVersion": "0.3.1",
"lairVersion": "0.5.2",
"packages": {
"@lightningrodlabs/we-dev-cli": "0.12.0-dev.6",
"@lightningrodlabs/we-applet": "0.17.2",
"@lightningrodlabs/we-elements": "0.6.1"
}
}
}