Skip to content

Commit 061ea69

Browse files
committed
Bump version to v0.4.3
1 parent 2b3185c commit 061ea69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ntangle.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.4.2"
3+
version = "0.4.3"
44
author = "Kaushal Modi"
55
description = "Command-line utility for Tangling of Org mode documents"
66
license = "MIT"

src/ntangle.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ proc ntangle(orgFilesOrDirs: seq[string]) =
519519
when isMainModule:
520520
import cligen
521521
dispatchGen(ntangle
522-
, version = ("version", "0.4.2"))
522+
, version = ("version", "0.4.3"))
523523
if paramCount()==0:
524524
quit(dispatch_ntangle(@["--help"]))
525525
else:

0 commit comments

Comments
 (0)