From 37c09531ec4986df3c5bc12737273b059d35f2b3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 18 Apr 2017 23:23:21 +0200 Subject: Version bump --- bar.cabal | 2 +- bar.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bar.cabal b/bar.cabal index c88457e..0d98dfc 100644 --- a/bar.cabal +++ b/bar.cabal @@ -1,5 +1,5 @@ name: bar -version: 0.4.2 +version: 0.4.3 cabal-version: >= 1.8 build-type: Simple diff --git a/bar.nix b/bar.nix index 1180260..ead91b1 100644 --- a/bar.nix +++ b/bar.nix @@ -10,7 +10,7 @@ }: mkDerivation { pname = "bar"; - version = "0.4.2"; + version = "0.4.3"; src = ./.; isLibrary = true; isExecutable = true; -- cgit v1.2.3