diff --git a/server/package.yaml b/server/package.yaml index 3e54606..cfef2a4 100644 --- a/server/package.yaml +++ b/server/package.yaml @@ -1,6 +1,6 @@ name: icepeak # Note: We follow the PVP here, required by Hackage -version: '1.1.0.0' +version: '1.2.0.0' license: BSD3 homepage: https://github.com/channable/icepeak bug-reports: https://github.com/channable/icepeak/issues @@ -9,7 +9,7 @@ author: Channable maintainer: rkrzr description: Icepeak is a fast JSON document store with push notification support. synopsis: A fast JSON document store with push notification support. -copyright: (c) 2022, Channable +copyright: (c) 2023, Channable ghc-options: - -Wall diff --git a/server/server.nix b/server/server.nix index 975afe7..869626b 100644 --- a/server/server.nix +++ b/server/server.nix @@ -43,7 +43,7 @@ mkDerivation { pname = "icepeak"; - version = "1.1.0"; + version = "1.2.0"; # Opt in to hpack. We don't commit the cabal file in our repo currently. buildTools = [ hpack ];