Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Aug 25, 2019
1 parent 1b67bee commit 965e53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
}:
mkDerivation {
pname = "git-brunch";
version = "1.0.4.0";
version = "1.0.5.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: git-brunch
version: 1.0.4.0
version: 1.0.5.0
github: "andys8/git-brunch"
license: BSD3
author: "andys8"
Expand Down

0 comments on commit 965e53a

Please sign in to comment.