diff --git a/miso-ghc.nix b/miso-ghc.nix index f4f22695..f4ad77d4 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "miso"; - version = "0.1.5.0"; + version = "0.2.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index bc755589..fac521b8 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.1.5.0"; + version = "0.2.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso.cabal b/miso.cabal index 3a0bcbc4..7bad0498 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.1.5.0 +version: 0.2.0.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE