Skip to content

Commit f3fd03f

Browse files
committed
Bump version to v0.6.0
1 parent 18b6187 commit f3fd03f

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.5.1"
3+
version = "0.6.0"
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
@@ -538,7 +538,7 @@ proc ntangle(orgFilesOrDirs: seq[string]) =
538538
when isMainModule:
539539
import cligen
540540
dispatchGen(ntangle
541-
, version = ("version", "0.5.1"))
541+
, version = ("version", "0.6.0"))
542542
if paramCount()==0:
543543
quit(dispatch_ntangle(@["--help"]))
544544
else:

0 commit comments

Comments
 (0)