From a86affaf1158ccf9425e103bfca0704db70a7d8d Mon Sep 17 00:00:00 2001 From: david Date: Sun, 28 Apr 2013 16:02:39 +0200 Subject: [PATCH] 0.3.1 - first bugfix release --- README.md | 2 +- sshbackup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fb04c4..765224f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ remote folders. ### installation ```sh -sudo wget https://raw.github.com/beyondthewall/sshbackup/0.3/sshbackup -O /usr/bin/sshbackup +sudo wget https://raw.github.com/beyondthewall/sshbackup/0.3.1/sshbackup -O /usr/bin/sshbackup sudo chmod +x /usr/bin/sshbackup ``` diff --git a/sshbackup b/sshbackup index b03ca75..753fa7e 100755 --- a/sshbackup +++ b/sshbackup @@ -7,7 +7,7 @@ # ************************************* # # **** config section **** -version="0.3" +version="0.3.1" author="david@socialnerds.org" configfile="$HOME/.sshbackup"