Skip to content

Commit 014e621

Browse files
committed
bump for release
1 parent ce23b2e commit 014e621

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.12",
3+
"version": "0.0.13",
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
@@ -8,7 +8,7 @@ import (
88
"strings"
99
)
1010

11-
const version = "v0.0.12"
11+
const version = "v0.0.13"
1212
const ReleaseURL = "https://github.com/NiloCK/tuido/releases/latest"
1313

1414
// Version returns the currently running version of the application.

0 commit comments

Comments
 (0)