From e2bd6765b520ffc03830053c52eb0ffca4edabcd Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sun, 7 Jan 2018 23:16:07 +0000 Subject: [PATCH] Bump to 0.11.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 66cfd5a0..adb1e15e 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "miso"; - version = "0.10.0.0"; + version = "0.11.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index 2f88d669..5a1a645c 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.10.0.0"; + version = "0.11.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso.cabal b/miso.cabal index 23f0c056..a20e5a2d 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.10.0.0 +version: 0.11.0.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE