Skip to content

Commit

Permalink
Release Icepeak version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Diverio committed Dec 15, 2022
1 parent 04d8b0b commit d0bf69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit d0bf69e

Please sign in to comment.