diff --git a/miso-ghc.nix b/miso-ghc.nix index e1c3275a..0f78cc6a 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "miso"; - version = "0.7.5.0"; + version = "0.7.6.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index 41adf06a..315dd985 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.7.5.0"; + version = "0.7.6.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso.cabal b/miso.cabal index 0317ee26..09d52559 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.7.5.0 +version: 0.7.6.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE