From 670cf7a27646d65c41640267c0ed6aba019ed3c4 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sun, 13 Aug 2017 04:54:48 +0000 Subject: [PATCH] Bump to 0.7.1.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 5945adc5..2b42abe2 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "miso"; - version = "0.7.0.0"; + version = "0.7.1.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index d82745ae..3c8c0465 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.7.0.0"; + version = "0.7.1.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso.cabal b/miso.cabal index 5022137f..a45f798c 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.7.0.0 +version: 0.7.1.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE