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