Skip to content

Commit c7173f3

Browse files
author
Diego Diverio
committed
Release Icepeak 1.2.0
Choice of version was made following the Haskell PVP.
1 parent 8585d0e commit c7173f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/package.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: icepeak
22
# Note: We follow the PVP here, required by Hackage
3-
version: '1.1.0.0'
3+
version: '1.2.0.0'
44
license: BSD3
55
homepage: https://github.com/channable/icepeak
66
bug-reports: https://github.com/channable/icepeak/issues
@@ -9,7 +9,7 @@ author: Channable
99
maintainer: rkrzr
1010
description: Icepeak is a fast JSON document store with push notification support.
1111
synopsis: A fast JSON document store with push notification support.
12-
copyright: (c) 2022, Channable
12+
copyright: (c) 2023, Channable
1313
ghc-options:
1414
- -Wall
1515

server/server.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
mkDerivation {
4545
pname = "icepeak";
46-
version = "1.1.0";
46+
version = "1.2.0";
4747

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

0 commit comments

Comments
 (0)