This commit is contained in:
Michael Stanclift 2020-07-16 22:02:46 -05:00
parent b0f1c6d4c7
commit 1afc7cd521
4 changed files with 7 additions and 4 deletions

View File

@ -14,8 +14,8 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
```bash
cd ~
wget https://github.com/vmstan/gravity-sync/archive/v2.1.6.zip
unzip v2.1.6.zip -d gravity-sync
wget https://github.com/vmstan/gravity-sync/archive/v2.1.7.zip
unzip v2.1.7.zip -d gravity-sync
cd gravity-sync
```

View File

@ -41,6 +41,9 @@ Skipping a few digits because what does it really matter?
(Thanks to [@fbourqui](https://github.com/fbourqui) for this contributions to this release.)
#### 2.1.7
- Git Rebase
## 2.0
### The Smart Release

View File

@ -1 +1 @@
2.1.6
2.1.7

View File

@ -3,7 +3,7 @@ SCRIPT_START=$SECONDS
# GRAVITY SYNC BY VMSTAN #####################
PROGRAM='Gravity Sync'
VERSION='2.1.6'
VERSION='2.1.7'
# 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