From ecd720a95da680cd234e68f00b60468ffd2558dd Mon Sep 17 00:00:00 2001 From: David Johnson Date: Mon, 26 Mar 2018 02:00:25 +0000 Subject: [PATCH] Bump to 0.16.0.0 --- miso-ghc.nix | 2 +- miso-ghcjs.nix | 2 +- miso.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/miso-ghc.nix b/miso-ghc.nix index ff429f09..ea2852e5 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "miso"; - version = "0.15.0.0"; + version = "0.16.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index e5f67227..5119d714 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.15.0.0"; + version = "0.16.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso.cabal b/miso.cabal index 447ba182..e0ddc97f 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.15.0.0 +version: 0.16.0.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE