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 c7cd1cf commit 558286fCopy full SHA for 558286f
ntangle.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.4.3"
+version = "0.5.0"
4
author = "Kaushal Modi"
5
description = "Command-line utility for Tangling of Org mode documents"
6
license = "MIT"
src/ntangle.nim
@@ -525,7 +525,7 @@ proc ntangle(orgFilesOrDirs: seq[string]) =
525
when isMainModule:
526
import cligen
527
dispatchGen(ntangle
528
- , version = ("version", "0.4.3"))
+ , version = ("version", "0.5.0"))
529
if paramCount()==0:
530
quit(dispatch_ntangle(@["--help"]))
531
else:
0 commit comments