We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3185c commit 061ea69Copy full SHA for 061ea69
ntangle.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.4.2"
+version = "0.4.3"
4
author = "Kaushal Modi"
5
description = "Command-line utility for Tangling of Org mode documents"
6
license = "MIT"
src/ntangle.nim
@@ -519,7 +519,7 @@ proc ntangle(orgFilesOrDirs: seq[string]) =
519
when isMainModule:
520
import cligen
521
dispatchGen(ntangle
522
- , version = ("version", "0.4.2"))
+ , version = ("version", "0.4.3"))
523
if paramCount()==0:
524
quit(dispatch_ntangle(@["--help"]))
525
else:
0 commit comments