From c0eb71a65888705c7f23b416b10115bf52becded Mon Sep 17 00:00:00 2001 From: Leon Gungadin Mogensen Date: Wed, 1 Nov 2023 10:46:15 +0000 Subject: [PATCH] Update docs for version v0.12.4 --- docs/getstarted/fleet/index.mdx | 2 +- docs/getstarted/fleet/pods.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getstarted/fleet/index.mdx b/docs/getstarted/fleet/index.mdx index e710f53b..83e507cf 100644 --- a/docs/getstarted/fleet/index.mdx +++ b/docs/getstarted/fleet/index.mdx @@ -130,7 +130,7 @@ possible specification by putting the following content into the `my-pod.json` f "version": 1, "name": "my-pod", "sdk-version": "v2.0.0-alpha.117", - "artemis-version": "v0.12.3", + "artemis-version": "v0.12.4", "connections": [ { "type": "wifi", diff --git a/docs/getstarted/fleet/pods.mdx b/docs/getstarted/fleet/pods.mdx index 54d4ab14..373e0f3a 100644 --- a/docs/getstarted/fleet/pods.mdx +++ b/docs/getstarted/fleet/pods.mdx @@ -103,7 +103,7 @@ It is in JSON format and looks similar to this: "version": 1, "name": "my-pod", "sdk-version": "v2.0.0-alpha.117", - "artemis-version": "v0.12.3", + "artemis-version": "v0.12.4", "max-offline": "0s", "connections": [ { @@ -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.1.0", + "branch": "v2.1.9", "background": true, "critical": true }