Skip to content

Commit

Permalink
Bump 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Dec 27, 2017
1 parent d5cde8a commit 0b06330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bittrex.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bittrex
version: 0.3.0.0
version: 0.4.0.0
synopsis: API bindings to bittrex.com
description: Haskell bindings to the Bittrex exchange
homepage: https://github.com/dmjio/bittrex
Expand Down
2 changes: 1 addition & 1 deletion bittrex.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "bittrex";
version = "0.3.0.0";
version = "0.4.0.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit 0b06330

Please sign in to comment.