From b442a54cd2e5940fe277a7fdb56eb42314b79e68 Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Wed, 28 Dec 2022 03:23:19 -0700 Subject: [PATCH] awcp version bump --- libs/awcp/jex.eterms | 2 +- libs/awcp/src/awcp.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/awcp/jex.eterms b/libs/awcp/jex.eterms index 91e853b..ef329f8 100644 --- a/libs/awcp/jex.eterms +++ b/libs/awcp/jex.eterms @@ -1,5 +1,5 @@ {type, library}. {realm, local}. {name, awcp}. -{version, "0.2.0"}. +{version, "0.2.1"}. {deps, []}. diff --git a/libs/awcp/src/awcp.ts b/libs/awcp/src/awcp.ts index 5eefa0a..6e3b9d1 100644 --- a/libs/awcp/src/awcp.ts +++ b/libs/awcp/src/awcp.ts @@ -869,6 +869,7 @@ type EventData_A2W_connection_open * } * } * } + * ``` */ type EventData_W2A_connection_open = EventData_W2A;