From 8151cbfe3f734e25b0a13e5d545535226841cb36 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sat, 14 Apr 2018 15:46:07 -0700 Subject: [PATCH] Bump to 0.19.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 7b64c59d..0a443cf9 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "miso"; - version = "0.18.0.0"; + version = "0.19.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index 5fac45a9..774f5e46 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.18.0.0"; + version = "0.19.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso.cabal b/miso.cabal index bcdbd0f9..46318c32 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.18.0.0 +version: 0.19.0.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE