We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce23b2e + 014e621 commit 9849f98Copy full SHA for 9849f98
tuido-npm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tuido",
3
- "version": "0.0.12",
+ "version": "0.0.13",
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.12"
+const version = "v0.0.13"
12
const ReleaseURL = "https://github.com/NiloCK/tuido/releases/latest"
13
14
// Version returns the currently running version of the application.
0 commit comments