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