From 7c5ff71aee232b3b2e630dbabc1e9a53e4f6fd3d Mon Sep 17 00:00:00 2001 From: David Johnson Date: Mon, 3 Jul 2017 16:29:49 -0700 Subject: [PATCH] Version bump --- 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 ccb5b6b0..04076704 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "miso"; - version = "0.1.0.4"; + version = "0.1.1.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index ea2d3388..5a6a4f16 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.1.0.4"; + version = "0.1.1.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso.cabal b/miso.cabal index 02f2bd02..3c42682f 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.1.0.4 +version: 0.1.1.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE