Skip to content

Commit 9d66165

Browse files
committed
changelog and ver bumps up.
1 parent 4c27594 commit 9d66165

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 3.1.1.1
2+
3+
* Fix for GHCJS.
4+
[#431](https://github.com/haskell/network/pull/431)
5+
16
## Version 3.1.1.0
27

38
* A new API: `gracefulClose`.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_INIT([Haskell network package],
2-
[3.1.1.0],
2+
[3.1.1.1],
33
44
[network])
55

network.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22
name: network
3-
version: 3.1.1.0
3+
version: 3.1.1.1
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Evan Borden

0 commit comments

Comments
 (0)