From c7eeabb38a900bdd63cb19895d02d80f7ed0004b Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 26 May 2020 13:23:42 -0500 Subject: [PATCH] v1.3.4 --- README.md | 6 +++--- gravity-sync.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e90cd1..7e99d67 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync ``` cd ~ -wget https://github.com/vmstan/gravity-sync/archive/v1.3.3.zip -unzip v1.3.3.zip -mv ~/gravity-sync-1.3.3 ~/gravity-sync +wget https://github.com/vmstan/gravity-sync/archive/v1.3.4.zip +unzip v1.3.4.zip +mv ~/gravity-sync-1.3.4 ~/gravity-sync cd gravity-sync ``` diff --git a/gravity-sync.sh b/gravity-sync.sh index be99b83..d329f65 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -2,7 +2,7 @@ # GRAVITY SYNC BY VMSTAN ##################### PROGRAM='Gravity Sync' -VERSION='1.3.3' +VERSION='1.3.4' # Must execute from a location in the home folder of the user who own's it (ex: /home/pi/gravity-sync) # Configure certificate based SSH authentication between the Pi-hole HA nodes - it does not use passwords