From 1e991b235ae68d3395ded371bfd9d8a376b88dbf Mon Sep 17 00:00:00 2001 From: Ernests Kuznecovs Date: Mon, 15 Jan 2024 11:23:46 +0100 Subject: [PATCH] Release version 2.1.0 `icepeak-server` now supports multiple subscriptions over a single connection. --- server/icepeak.cabal | 2 +- server/icepeak.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/icepeak.cabal b/server/icepeak.cabal index d9894b8..512d701 100644 --- a/server/icepeak.cabal +++ b/server/icepeak.cabal @@ -2,7 +2,7 @@ cabal-version: 1.12 name: icepeak -- Note: We follow the PVP here, required by Hackage -version: 2.0.0.0 +version: 2.1.0.0 synopsis: A fast JSON document store with push notification support. description: Icepeak is a fast JSON document store with push notification support. diff --git a/server/icepeak.nix b/server/icepeak.nix index 50913fa..5d46f97 100644 --- a/server/icepeak.nix +++ b/server/icepeak.nix @@ -14,7 +14,7 @@ mkDerivation { pname = "icepeak"; - version = "2.0.0"; + version = "2.1.0"; src = let # We do not want to include all files, because that leads to a lot of things