Bump to v0.13.3

This commit is contained in:
Dheepak Krishnamurthy 2021-03-31 23:04:16 -06:00
parent b7c5d2f36a
commit e09705ee6c
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1371,7 +1371,7 @@ dependencies = [
[[package]] [[package]]
name = "taskwarrior-tui" name = "taskwarrior-tui"
version = "0.13.2" version = "0.13.3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-std", "async-std",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "taskwarrior-tui" name = "taskwarrior-tui"
version = "0.13.2" version = "0.13.3"
license = "MIT" license = "MIT"
description = "A Taskwarrior Terminal User Interface" description = "A Taskwarrior Terminal User Interface"
repository = "https://github.com/kdheepak/taskwarrior-tui/" repository = "https://github.com/kdheepak/taskwarrior-tui/"

View file

@ -1,4 +1,4 @@
% taskwarrior-tui(1) v0.12.2 % taskwarrior-tui(1)
<!-- This is the taskwarrior-tui(1) man page, written in Markdown. --> <!-- This is the taskwarrior-tui(1) man page, written in Markdown. -->
<!-- To generate the roff version, run `just man`, --> <!-- To generate the roff version, run `just man`, -->