From 8e8cb15461b00eaa23377a425175146b99fa1138 Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Sun, 15 May 2016 08:18:44 -0700 Subject: [PATCH] 0.5.1 --- README.md | 2 +- desk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd5f9d9..b0bea7b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ There are no dependencies other than `bash`. Desk is explicitly tested with `bas `zsh`, and `fish`. ```sh -◲ desk 0.5.0 +◲ desk 0.5.1 Usage: diff --git a/desk b/desk index ac085ee..4950bf2 100755 --- a/desk +++ b/desk @@ -9,7 +9,7 @@ DESKFILE_NAME=Deskfile ## Commands cmd_version() { - echo "◲ desk 0.5.0" + echo "◲ desk 0.5.1" }