From 9bbe1b9b4d07cc300740160e5f40342baabc47a8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 18 Jul 2017 18:25:55 +0200 Subject: Bump version --- bar.cabal | 2 +- bar.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bar.cabal b/bar.cabal index 945eb32..38dd788 100644 --- a/bar.cabal +++ b/bar.cabal @@ -1,5 +1,5 @@ name: bar -version: 0.6.0 +version: 0.6.1 cabal-version: >= 1.8 build-type: Simple diff --git a/bar.nix b/bar.nix index 8165ef6..729d253 100644 --- a/bar.nix +++ b/bar.nix @@ -10,7 +10,7 @@ }: mkDerivation { pname = "bar"; - version = "0.6.0"; + version = "0.6.1"; src = ./.; isLibrary = true; isExecutable = true; -- cgit v1.2.3