From d2313db6e7ca7bac79b819d767b2a1449abb0a5d Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Wed, 25 May 2016 09:08:48 -0700 Subject: [PATCH] v0.6.0 --- README.md | 2 +- desk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0bea7b..86e0200 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.1 +◲ desk 0.6.0 Usage: diff --git a/desk b/desk index 5346407..db4e76d 100755 --- a/desk +++ b/desk @@ -9,7 +9,7 @@ DESKFILE_NAME=Deskfile ## Commands cmd_version() { - echo "◲ desk 0.5.1" + echo "◲ desk 0.6.0" }