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 18b6187 commit f3fd03fCopy full SHA for f3fd03f
ntangle.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.5.1"
+version = "0.6.0"
4
author = "Kaushal Modi"
5
description = "Command-line utility for Tangling of Org mode documents"
6
license = "MIT"
src/ntangle.nim
@@ -538,7 +538,7 @@ proc ntangle(orgFilesOrDirs: seq[string]) =
538
when isMainModule:
539
import cligen
540
dispatchGen(ntangle
541
- , version = ("version", "0.5.1"))
+ , version = ("version", "0.6.0"))
542
if paramCount()==0:
543
quit(dispatch_ntangle(@["--help"]))
544
else:
0 commit comments