Skip to content

Commit

Permalink
Release Icepeak 1.2.0
Browse files Browse the repository at this point in the history
Choice of version was made following the Haskell PVP.
  • Loading branch information
Diego Diverio committed Feb 13, 2023
1 parent 8585d0e commit c7173f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.1.0.0'
version: '1.2.0.0'
license: BSD3
homepage: https://github.com/channable/icepeak
bug-reports: https://github.com/channable/icepeak/issues
Expand All @@ -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

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.1.0";
version = "1.2.0";

# Opt in to hpack. We don't commit the cabal file in our repo currently.
buildTools = [ hpack ];
Expand Down

0 comments on commit c7173f3

Please sign in to comment.