This commit is contained in:
Michael Stanclift 2020-05-30 16:39:19 -05:00
parent 0ee951503a
commit e54a01ecb6
4 changed files with 8 additions and 6 deletions

View File

@ -12,7 +12,9 @@
- No new Star Trek references.
#### 1.7.4
- Changelog polarity reversed.
- Changelog polarity reversed after heated discussions with marketing team.
- Improved method to activate development branch updates, as added in 1.7.2.
- `./gravity-sync.sh dev` will now toggle dev flag on/off. No `touch` required, although it still works that way under the covers.
#### 1.7.3
- Cleaning up output of argument listing

View File

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

View File

@ -1 +1 @@
1.7.3
1.7.4

View File

@ -2,7 +2,7 @@
# GRAVITY SYNC BY VMSTAN #####################
PROGRAM='Gravity Sync'
VERSION='1.7.3'
VERSION='1.7.4'
# 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
@ -1130,7 +1130,7 @@ case $# in
error_validate
fi
MESSAGE="Please run ${YELLOW}update${NC}"
MESSAGE="Please run ${YELLOW}update${NC} to apply changes"
echo_info
exit_withchange