Skip to content

Commit d951dd2

Browse files
committed
v1.5.1
1 parent bcb0cd1 commit d951dd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let
1717
}:
1818
mkDerivation {
1919
pname = "git-brunch";
20-
version = "1.5.0.0";
20+
version = "1.5.1.0";
2121
src = ./.;
2222
isLibrary = false;
2323
isExecutable = true;

git-brunch.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: git-brunch
8-
version: 1.5.0.0
8+
version: 1.5.1.0
99
synopsis: git checkout command-line tool
1010
description: Please see the README on GitHub at <https://github.com/andys8/git-brunch>
1111
category: Git

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: git-brunch
2-
version: 1.5.0.0
2+
version: 1.5.1.0
33
github: "andys8/git-brunch"
44
license: BSD3
55
author: "andys8"

0 commit comments

Comments
 (0)