diff --git a/server/package.yaml b/server/package.yaml index f112f8b..3e54606 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.0.0.0' +version: '1.1.0.0' license: BSD3 homepage: https://github.com/channable/icepeak bug-reports: https://github.com/channable/icepeak/issues diff --git a/server/server.nix b/server/server.nix index e18221d..975afe7 100644 --- a/server/server.nix +++ b/server/server.nix @@ -43,7 +43,7 @@ mkDerivation { pname = "icepeak"; - version = "1.0.0"; + version = "1.1.0"; # Opt in to hpack. We don't commit the cabal file in our repo currently. buildTools = [ hpack ];