Skip to content

Commit d02ff83

Browse files
committed
Fix version number
1 parent 11c55ad commit d02ff83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.0.4"
1+
version = "1.1.1"
22

33
author = "Joe Reynolds"
44
description = "jn - A filebased CLI notetaker"

src/jn.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import subcommands/[book, cat, config as sconfig, edit, grep, help, mv, rm, star
88
import files
99
import console
1010

11-
const version = "1.0.4"
11+
const version = "1.1.1"
1212

1313

1414
let configuration = getConfig(getConfigLocation())

0 commit comments

Comments
 (0)