From 9c95116ee71b4ac8f9d47a368d835f94c84e1a12 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 29 May 2020 21:13:52 -0500 Subject: [PATCH] 1.7.1 --- CHANGELOG.md | 2 +- README.md | 6 +++--- gravity-sync.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1fca4..e46ba28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ #### 1.7.1 - There is a changelog file now. I'm mentioning it in the changelog file. So meta. -- `./gravity-sync.sh version` will alert for new versions. +- `./gravity-sync.sh version` will check for and alert you for new versions. ## 1.6 ### The Restorative Release diff --git a/README.md b/README.md index c4975e2..406e00c 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync ```bash cd ~ -wget https://github.com/vmstan/gravity-sync/archive/v1.7.0.zip -unzip v1.7.0.zip -mv ~/gravity-sync-1.7.0 ~/gravity-sync +wget https://github.com/vmstan/gravity-sync/archive/v1.7.1.zip +unzip v1.7.1.zip +mv ~/gravity-sync-1.7.1 ~/gravity-sync cd gravity-sync ``` diff --git a/gravity-sync.sh b/gravity-sync.sh index 439c6e9..2d10018 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -2,7 +2,7 @@ # GRAVITY SYNC BY VMSTAN ##################### PROGRAM='Gravity Sync' -VERSION='1.7.0' +VERSION='1.7.1' # Execute from the home folder of the user who owns it (ex: 'cd ~/gravity-sync') # For documentation or downloading updates visit https://github.com/vmstan/gravity-sync