Skip to content

Commit

Permalink
Updating to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Epstein committed Aug 20, 2017
1 parent ddb8406 commit bebc4eb
Show file tree
Hide file tree
Showing 24 changed files with 33 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ cd Bash-Snippets

* Git checkout to the latest stable release
```bash
git checkout v1.18.1
git checkout v1.19.0
```

* Run the guided install script with
Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

# Bash-Snippets Changelog

## Version 1.19.0

</div>

### Changes
* Adding BCH to cryptocurrencies tool
* Adding lyrics component

<div align="center">

## Version 1.18.1

</div>
Expand Down
2 changes: 1 addition & 1 deletion cheat/cheat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
## rest of these variables are search flags
search="0"
Expand Down
2 changes: 1 addition & 1 deletion cloudup/cloudup
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
private="0" ## state of private flag
all="0" ## state of all flag
Expand Down
2 changes: 1 addition & 1 deletion crypt/crypt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.18.1"
currentVersion="1.19.0"
state=""
configuredClient=""

Expand Down
2 changes: 1 addition & 1 deletion cryptocurrency/cryptocurrency
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

base=""
exchangeTo=""
currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""

## This function determines which http get tool the system has installed and returns an error if there isnt one
Expand Down
2 changes: 1 addition & 1 deletion currency/currency
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

base=""
exchangeTo=""
currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
currencyCodes=(AUD BGN BRL CAD CHF CNY CZK DKK
EUR GBP HKD HRK HUF IDR ILS INR
Expand Down
2 changes: 1 addition & 1 deletion extras/Linux/maps/maps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
directionsFlag="0"
directionsMapFlag="0"
Expand Down
2 changes: 1 addition & 1 deletion geo/geo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author: Jake Meyer
# Github: https://github.com/jakewmeyer

currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""

## This function determines which http get tool the system has installed and returns an error if there isnt one
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.18.1"
currentVersion="1.19.0"
declare -a tools=(cheat cloudup crypt cryptocurrency currency geo lyrics movies newton qrify short siteciphers stocks taste todo transfer weather ytview)
declare -a extraLinuxTools=(maps)
declare -a extraDarwinTools
Expand Down
2 changes: 1 addition & 1 deletion lyrics/lyrics
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
artist="false"
song="false"
Expand Down
2 changes: 1 addition & 1 deletion movies/movies
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
configuredPython=""
detail=false
Expand Down
2 changes: 1 addition & 1 deletion movies/tmdb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Author: Alexander Epstein https://github.com/alexanderepstein
# Author: Navan Chauhan https://github.com/N3V0N

currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
configuredPython=""
APIKEY="b2f8880475c888056b6207067fbaa197"
Expand Down
2 changes: 1 addition & 1 deletion newton/newton
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
flagCount="0"
declare -a simpleOperations=(simplify factor derive integrate zeroes roots tangent area cos sin tan arccos arcsin arctan abs log)
Expand Down
2 changes: 1 addition & 1 deletion qrify/qrify
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Linyos Torovoltos github.com/linyostorovovoltos

currentVersion="1.18.1"
currentVersion="1.19.0"
multiline="0" # flag that indicates multiline option


Expand Down
2 changes: 1 addition & 1 deletion short/short
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
configuredPython=""

Expand Down
2 changes: 1 addition & 1 deletion siteciphers/siteciphers
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
DELAY=1
configuredClient=""
currentVersion="1.18.1"
currentVersion="1.19.0"

checkOpenSSL()
{
Expand Down
2 changes: 1 addition & 1 deletion skeleton
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""

## This function determines which http get tool the system has installed and returns an error if there isnt one
Expand Down
2 changes: 1 addition & 1 deletion stocks/stocks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
configuredPython=""

Expand Down
2 changes: 1 addition & 1 deletion taste/taste
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""
configuredPython=""
source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable
Expand Down
2 changes: 1 addition & 1 deletion todo/todo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
flag=""
currentVersion="1.18.1"
currentVersion="1.19.0"
configuredClient=""

## This function determines which http get tool the system has installed and returns an error if there isnt one
Expand Down
2 changes: 1 addition & 1 deletion transfer/transfer
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
configuredDownloadClient=""
configuredUploadClient=""
configuredClient=""
currentVersion="1.18.1"
currentVersion="1.19.0"
down="false"

## This function determines which http get tool the system has installed and returns an error if there isnt one
Expand Down
2 changes: 1 addition & 1 deletion weather/weather
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.18.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.19.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
LANG="${LANG:-en}"
locale=$(echo $LANG | cut -c1-2)
configuredClient=""
Expand Down
2 changes: 1 addition & 1 deletion ytview/ytview
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ -d $HOME/.cache/ytview ]]; then rm -rf $HOME/.cache/ytview/; fi

player=""
configuredClient=""
currentVersion="1.18.1"
currentVersion="1.19.0"
flag=""

## This function determines which http get tool the system has installed and returns an error if there isnt one
Expand Down

0 comments on commit bebc4eb

Please sign in to comment.