Skip to content

Commit 83a6942

Browse files
committed
v1.5.0
1 parent d5d7ad0 commit 83a6942

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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.4.4.0";
20+
version = "1.5.0.0";
2121
src = ./.;
2222
isLibrary = false;
2323
isExecutable = true;

git-brunch.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ cabal-version: 1.12
33
-- This file has been generated from package.yaml by hpack version 0.34.4.
44
--
55
-- see: https://github.com/sol/hpack
6-
--
7-
-- hash: c32cfb3e007291aaae447a467d7a182f94a45c06f63f0c1cb46886481916468d
86

97
name: git-brunch
10-
version: 1.4.4.0
8+
version: 1.5.0.0
119
synopsis: git checkout command-line tool
1210
description: Please see the README on GitHub at <https://github.com/andys8/git-brunch>
1311
category: Git
1412
homepage: https://github.com/andys8/git-brunch#readme
1513
bug-reports: https://github.com/andys8/git-brunch/issues
1614
author: andys8
1715
maintainer: [email protected]
18-
copyright: 2020 andys8
16+
copyright: 2021 andys8
1917
license: BSD3
2018
license-file: LICENSE
2119
build-type: Simple

package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: git-brunch
2-
version: 1.4.4.0
2+
version: 1.5.0.0
33
github: "andys8/git-brunch"
44
license: BSD3
55
author: "andys8"
66
maintainer: "[email protected]"
7-
copyright: "2020 andys8"
7+
copyright: "2021 andys8"
88

99
extra-source-files:
1010
- README.md

0 commit comments

Comments
 (0)