Skip to content

Commit 0f8c757

Browse files
committed
bump
1 parent 9f24de8 commit 0f8c757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tuido-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuido",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Terminal interface for managing tasks and todos in [x]it! format",
55
"bin": {
66
"tuido": "./bin/tuido-cli.js"

utils/versioning.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"time"
1515
)
1616

17-
const version = "v0.0.16"
17+
const version = "v0.0.17"
1818
const ReleaseURL = "https://github.com/NiloCK/tuido/releases/latest"
1919
const GitHubAPIURL = "https://api.github.com/repos/NiloCK/tuido/releases/latest"
2020

0 commit comments

Comments
 (0)