Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
zohl committed Oct 29, 2016
1 parent c87a2c7 commit e9d94b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "postgresql-simple-bind";
version = "0.2.1.0";
version = "0.3.0.0";
src = ./.;
libraryHaskellDepends = [
attoparsec base bytestring data-default exceptions heredoc
Expand Down
2 changes: 1 addition & 1 deletion postgresql-simple-bind.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: postgresql-simple-bind
version: 0.2.1.0
version: 0.3.0.0
synopsis: FFI-like bindings for PostgreSQL stored functions
description: For tutorial see here: https:\/\/github.com\/zohl\/postgresql-simple-bind\/blob\/master\/README.md
license: BSD3
Expand Down

0 comments on commit e9d94b0

Please sign in to comment.