Updating to 1.4.0

This commit is contained in:
Alex Epstein 2017-06-30 01:48:34 -04:00
parent c715b15dba
commit 3aefcd242b
9 changed files with 16 additions and 8 deletions

View File

@ -121,7 +121,7 @@ Also can provide information on a given item
* Then cd into the cloned directory: ```cd Bash-Snippets```
* Git checkout to the latest stable release ```git checkout v1.3.1```
* Git checkout to the latest stable release ```git checkout v1.4.0```
* Run the guided install script with
```bash

View File

@ -2,6 +2,14 @@
# Bash-Snippets Changelog
## Version 1.4.0
</div>
# Changes
* Added taste component
<div align="center">
## Version 1.3.1
</div>

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.3.1"
currentVersion="1.4.0"
## uses openssl aes 256 cbc encryption to encrypt file salting it with password designated by user
encrypt()

View File

@ -3,7 +3,7 @@
base=""
exchangeTo=""
currentVersion="1.3.1"
currentVersion="1.4.0"
configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.3.1"
currentVersion="1.4.0"
if [[ $# == 0 ]]; then

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.3.1"
currentVersion="1.4.0"
configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.3.1"
currentVersion="1.4.0"
configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.3.1"
currentVersion="1.4.0"
configuredClient=""
source ~/.bashrc
apiKey=$TASTE_API_KEY

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.3.1" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4
currentVersion="1.4.0" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4
locale=$(echo $LANG | cut -c1-2)
configuredClient=""