From 18d6c81b24c40b9a8d0892d80236a64775c3a367 Mon Sep 17 00:00:00 2001 From: Diogo Biazus Date: Sat, 11 Nov 2023 00:14:10 -0500 Subject: [PATCH] Bump patch version --- postgres-websockets.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-websockets.cabal b/postgres-websockets.cabal index 6d6e36f..2f788ad 100644 --- a/postgres-websockets.cabal +++ b/postgres-websockets.cabal @@ -1,5 +1,5 @@ name: postgres-websockets -version: 0.11.2.1 +version: 0.11.2.2 synopsis: Middleware to map LISTEN/NOTIFY messages to Websockets description: WAI middleware that adds websockets capabilites on top of PostgreSQL's asynchronous notifications using LISTEN and NOTIFY commands. Fully functioning server included. homepage: https://github.com/diogob/postgres-websockets#readme