Skip to content

Commit b128db9

Browse files
committed
v1.4.3
1 parent a2d89ba commit b128db9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ cabal2nix --shell . > default.nix
9797
## Release
9898

9999
- Bump version in `package.yaml` and `default.nix`
100+
- `stack build`
100101
- Create a commit `v0.0.0`
101102
- Create a tag `v0.0.0`
102103
- Push commit and push tag

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

git-brunch.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: fb736a5222c3bd53717a624bc0282a3e3ded575e563052820962183e289ea39b
7+
-- hash: 19d05f3db5dd9767502eb56d3f6fec4009f0429d02bc65a8003433c3d3f9410a
88

99
name: git-brunch
10-
version: 1.4.2.0
10+
version: 1.4.3.0
1111
synopsis: git checkout command-line tool
1212
description: Please see the README on GitHub at <https://github.com/andys8/git-brunch>
1313
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.4.2.0
2+
version: 1.4.3.0
33
github: "andys8/git-brunch"
44
license: BSD3
55
author: "andys8"

0 commit comments

Comments
 (0)