From ad56551ca9f7de11f6fc4160ccca01e75ffebe86 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 16 Jul 2017 23:37:11 +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 583c277..3732e71 100644 --- a/bar.cabal +++ b/bar.cabal @@ -1,5 +1,5 @@ name: bar -version: 0.4.3 +version: 0.5.0 cabal-version: >= 1.8 build-type: Simple diff --git a/bar.nix b/bar.nix index ead91b1..0fcfbd4 100644 --- a/bar.nix +++ b/bar.nix @@ -10,7 +10,7 @@ }: mkDerivation { pname = "bar"; - version = "0.4.3"; + version = "0.5.0"; src = ./.; isLibrary = true; isExecutable = true; -- cgit v1.2.3