We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c9a5a commit acb7d1aCopy full SHA for acb7d1a
tuido-npm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tuido",
3
- "version": "0.0.13",
+ "version": "0.0.14",
4
"description": "Terminal interface for managing tasks and todos in [x]it! format",
5
"bin": {
6
"tuido": "./bin/tuido-cli.js"
utils/versioning.go
@@ -8,7 +8,7 @@ import (
8
"strings"
9
)
10
11
-const version = "v0.0.13"
+const version = "v0.0.14"
12
const ReleaseURL = "https://github.com/NiloCK/tuido/releases/latest"
13
14
// Version returns the currently running version of the application.
0 commit comments