From 78a6392e6823d5f18b280fefdf8b97f8106e9186 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Thu, 3 Aug 2017 23:01:37 -0700 Subject: [PATCH] Bump to 0.5.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 18ce9a3e..a7217fee 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "miso"; - version = "0.4.0.0"; + version = "0.5.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index 6ccffa0d..6f4ed747 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.4.0.0"; + version = "0.5.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso.cabal b/miso.cabal index 8fec6a0a..dd2c97f7 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.4.0.0 +version: 0.5.0.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE