diff --git a/README.md b/README.md index 9023cc3..a57f499 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.4.2.zip -unzip v1.4.2.zip -mv ~/gravity-sync-1.4.2 ~/gravity-sync +wget https://github.com/vmstan/gravity-sync/archive/v1.4.3.zip +unzip v1.4.3.zip +mv ~/gravity-sync-1.4.3 ~/gravity-sync cd gravity-sync ``` diff --git a/gravity-sync.sh b/gravity-sync.sh index 1f9465e..fc25778 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -2,7 +2,7 @@ # GRAVITY SYNC BY VMSTAN ##################### PROGRAM='Gravity Sync' -VERSION='1.4.2' +VERSION='1.4.3' # Execute from the home folder of the user who own's it (ex: 'cd ~/gravity-sync') # For documentation or download updates visit https://github.com/vmstan/gravity-sync