From 7e350e7a2c1423eca351bd9e678d41901d770c39 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 17 Jul 2017 23:30:08 +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 3732e71..945eb32 100644 --- a/bar.cabal +++ b/bar.cabal @@ -1,5 +1,5 @@ name: bar -version: 0.5.0 +version: 0.6.0 cabal-version: >= 1.8 build-type: Simple diff --git a/bar.nix b/bar.nix index 0fcfbd4..8165ef6 100644 --- a/bar.nix +++ b/bar.nix @@ -10,7 +10,7 @@ }: mkDerivation { pname = "bar"; - version = "0.5.0"; + version = "0.6.0"; src = ./.; isLibrary = true; isExecutable = true; -- cgit v1.2.3