awcp version bump

This commit is contained in:
2022-12-28 03:23:19 -07:00
parent 75d6d89bdf
commit b442a54cd2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{type, library}.
{realm, local}.
{name, awcp}.
{version, "0.2.0"}.
{version, "0.2.1"}.
{deps, []}.
+1
View File
@@ -869,6 +869,7 @@ type EventData_A2W_connection_open
* }
* }
* }
* ```
*/
type EventData_W2A_connection_open
= EventData_W2A<RpcResp_W2A_connection_open>;