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 28641d1 commit 1639049Copy full SHA for 1639049
ntangle.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.5.0"
+version = "0.5.1"
4
author = "Kaushal Modi"
5
description = "Command-line utility for Tangling of Org mode documents"
6
license = "MIT"
src/ntangle.nim
@@ -557,7 +557,7 @@ proc ntangle(orgFilesOrDirs: seq[string]) =
557
when isMainModule:
558
import cligen
559
dispatchGen(ntangle
560
- , version = ("version", "0.5.0"))
+ , version = ("version", "0.5.1"))
561
if paramCount()==0:
562
quit(dispatch_ntangle(@["--help"]))
563
else:
0 commit comments