Skip to content

Commit 19a30d0

Browse files
committed
Bump version to v0.6.1
1 parent 9b39501 commit 19a30d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ntangle.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.6.0"
3+
version = "0.6.1"
44
author = "Kaushal Modi"
55
description = "Command-line utility for Tangling of Org mode documents"
66
license = "MIT"

src/ntangle.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ proc ntangle(orgFilesOrDirs: seq[string]) =
537537
when isMainModule:
538538
import cligen
539539
dispatchGen(ntangle
540-
, version = ("version", "0.6.0"))
540+
, version = ("version", "0.6.1"))
541541
if paramCount()==0:
542542
quit(dispatch_ntangle(@["--help"]))
543543
else:

0 commit comments

Comments
 (0)