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;