Skip to content

Commit 2ec62c4

Browse files
Set version
1 parent 0d4f279 commit 2ec62c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

queue-sheet.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: queue-sheet
2-
version: 0.3.0.0
2+
version: 0.4.0.0
33
category: Utils
44
synopsis: queue sheet utility
55
description:

queue-sheet.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}:
55
mkDerivation {
66
pname = "queue-sheet";
7-
version = "0.3.0.0";
7+
version = "0.4.0.0";
88
src = ./.;
99
isLibrary = false;
1010
isExecutable = true;

0 commit comments

Comments
 (0)