Skip to content

Commit

Permalink
Update docs for version v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonGungadinMogensen committed Sep 28, 2023
1 parent e1085a7 commit 409d313
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/getstarted/fleet/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ possible specification by putting the following content into the `my-pod.json` f
{
"version": 1,
"name": "my-pod",
"sdk-version": "v2.0.0-alpha.109",
"artemis-version": "v0.10.1",
"sdk-version": "v2.0.0-alpha.110",
"artemis-version": "v0.10.2",
"connections": [
{
"type": "wifi",
Expand Down
6 changes: 3 additions & 3 deletions docs/getstarted/fleet/pods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ It is in JSON format and looks similar to this:
{
"version": 1,
"name": "my-pod",
"sdk-version": "v2.0.0-alpha.109",
"artemis-version": "v0.10.1",
"sdk-version": "v2.0.0-alpha.110",
"artemis-version": "v0.10.2",
"max-offline": "0s",
"connections": [
{
Expand Down Expand Up @@ -157,7 +157,7 @@ when the device goes to sleep like this:
"cellular": {
"entrypoint": "src/modules/sequans/monarch.toit",
"git": "https://github.com/toitware/cellular.git",
"branch": "v2.0.3",
"branch": "v2.1.0",
"background": true,
"critical": true
}
Expand Down

0 comments on commit 409d313

Please sign in to comment.