diff --git a/miso-ghc.nix b/miso-ghc.nix index ccb5b6b0..04076704 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "miso"; - version = "0.1.0.4"; + version = "0.1.1.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index ea2d3388..5a6a4f16 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.1.0.4"; + version = "0.1.1.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso.cabal b/miso.cabal index 02f2bd02..3c42682f 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.1.0.4 +version: 0.1.1.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE