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