We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f24de8 commit 0f8c757Copy full SHA for 0f8c757
tuido-npm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tuido",
3
- "version": "0.0.16",
+ "version": "0.0.17",
4
"description": "Terminal interface for managing tasks and todos in [x]it! format",
5
"bin": {
6
"tuido": "./bin/tuido-cli.js"
utils/versioning.go
@@ -14,7 +14,7 @@ import (
14
"time"
15
)
16
17
-const version = "v0.0.16"
+const version = "v0.0.17"
18
const ReleaseURL = "https://github.com/NiloCK/tuido/releases/latest"
19
const GitHubAPIURL = "https://api.github.com/repos/NiloCK/tuido/releases/latest"
20
0 commit comments