Skip to content

Commit e9d94b0

Browse files
committed
bumped version
1 parent c87a2c7 commit e9d94b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}:
55
mkDerivation {
66
pname = "postgresql-simple-bind";
7-
version = "0.2.1.0";
7+
version = "0.3.0.0";
88
src = ./.;
99
libraryHaskellDepends = [
1010
attoparsec base bytestring data-default exceptions heredoc

postgresql-simple-bind.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql-simple-bind
2-
version: 0.2.1.0
2+
version: 0.3.0.0
33
synopsis: FFI-like bindings for PostgreSQL stored functions
44
description: For tutorial see here: https:\/\/github.com\/zohl\/postgresql-simple-bind\/blob\/master\/README.md
55
license: BSD3

0 commit comments

Comments
 (0)