This commit is contained in:
Michael Stanclift 2020-05-29 21:13:52 -05:00
parent 69cda511aa
commit 9c95116ee7
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
#### 1.7.1 #### 1.7.1
- There is a changelog file now. I'm mentioning it in the changelog file. So meta. - 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 ## 1.6
### The Restorative Release ### The Restorative Release

View File

@ -45,9 +45,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
```bash ```bash
cd ~ cd ~
wget https://github.com/vmstan/gravity-sync/archive/v1.7.0.zip wget https://github.com/vmstan/gravity-sync/archive/v1.7.1.zip
unzip v1.7.0.zip unzip v1.7.1.zip
mv ~/gravity-sync-1.7.0 ~/gravity-sync mv ~/gravity-sync-1.7.1 ~/gravity-sync
cd gravity-sync cd gravity-sync
``` ```

View File

@ -2,7 +2,7 @@
# GRAVITY SYNC BY VMSTAN ##################### # GRAVITY SYNC BY VMSTAN #####################
PROGRAM='Gravity Sync' 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') # 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 # For documentation or downloading updates visit https://github.com/vmstan/gravity-sync