Skip to content

Commit

Permalink
Updating to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Epstein committed Oct 20, 2018
1 parent f41d87e commit bb21030
Show file tree
Hide file tree
Showing 27 changed files with 38 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -404,7 +404,7 @@ cd Bash-Snippets

* Git checkout to the latest stable release
```bash
git checkout v1.22.0
git checkout v1.22.1
```

* Run the guided install script with
Expand Down
2 changes: 1 addition & 1 deletion bash-snippets/bash-snippets
Expand Up @@ -2,7 +2,7 @@
# Author: Navan Chauhan and Alexander Epstein
declare -a tools=(cheat cloudup crypt cryptocurrency currency geo lyrics meme movies newton pwned qrify short siteciphers stocks taste todo transfer weather ytview)
declare -a validTools=()
currentVersion="1.22.0"
currentVersion="1.22.1"
configuredClient=""


Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Expand Up @@ -2,6 +2,18 @@

# Bash-Snippets Changelog

## Version 1.22.1
</div>

## Changes
* Fix bugs in currency tool because of api changes
* Fix bugs in cloudup tool because of api changes
* Fixing movies tool
* Fix bugs in meme tool
* Fix default answer on install

<div align="center">

## Version 1.22.0

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

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

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

currentVersion="1.22.0"
currentVersion="1.22.1"
state=""
configuredClient=""

Expand Down
2 changes: 1 addition & 1 deletion cryptocurrency/cryptocurrency
Expand Up @@ -5,7 +5,7 @@
unset base
unset exchangeTo
old="false"
currentVersion="1.22.0"
currentVersion="1.22.1"
unset 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
Expand Up @@ -3,7 +3,7 @@

unset base
unset exchangeTo
currentVersion="1.22.0"
currentVersion="1.22.1"
unset 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
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.22.0"
currentVersion="1.22.1"
configuredClient=""
directionsFlag="0"
directionsMapFlag="0"
Expand Down
2 changes: 1 addition & 1 deletion geo/geo
Expand Up @@ -4,7 +4,7 @@
# Author: Jake Meyer
# Github: https://github.com/jakewmeyer

currentVersion="1.22.0"
currentVersion="1.22.1"
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
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0"
currentVersion="1.22.1"
declare -a tools=(bash-snippets cheat cloudup crypt cryptocurrency currency geo lyrics meme movies newton pwned 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
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0"
currentVersion="1.22.1"
configuredClient=""
artist="false"
song="false"
Expand Down
2 changes: 1 addition & 1 deletion meme/meme
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Author: Navan Chauhan https://github.com/navanchauhan
currentVersion="1.22.0"
currentVersion="1.22.1"
configuredClient=""
fileName=""
## 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 movies/movies
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.22.0"
currentVersion="1.22.1"
configuredClient=""
configuredPython=""
detail=false
Expand Down
2 changes: 1 addition & 1 deletion movies/tmdb
Expand Up @@ -2,7 +2,7 @@
# Author: Alexander Epstein https://github.com/alexanderepstein
# Author: Navan Chauhan https://github.com/navanchauhan

currentVersion="1.22.0"
currentVersion="1.22.1"
configuredClient=""
configuredPython=""
APIKEY="b2f8880475c888056b6207067fbaa197"
Expand Down
2 changes: 1 addition & 1 deletion newton/newton
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

currentVersion="1.22.0"
currentVersion="1.22.1"
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 pwned/pwned
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Navan Chauhan https://github.com/navanchauhan

currentVersion="1.22.0"
currentVersion="1.22.1"
configuredClient=""
configuredPython=""

Expand Down
2 changes: 1 addition & 1 deletion qrify/qrify
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Linyos Torovoltos github.com/linyostorovovoltos

currentVersion="1.22.0"
currentVersion="1.22.1"
multiline="0" # flag that indicates multiline option
fileoutput="0" # flag indicating the -f option

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

currentVersion="1.22.0"
currentVersion="1.22.1"
configuredClient=""
configuredPython=""

Expand Down
2 changes: 1 addition & 1 deletion siteciphers/siteciphers
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
DELAY=1
configuredClient=""
currentVersion="1.22.0"
currentVersion="1.22.1"

checkOpenSSL()
{
Expand Down
2 changes: 1 addition & 1 deletion skeleton
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0"
currentVersion="1.22.1"
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
Expand Up @@ -2,7 +2,7 @@
# Author: Alexander Epstein https://github.com/alexanderepstein
# Author: Navan Chauhan https://github.com/navanchauhan

currentVersion="1.22.0"
currentVersion="1.22.1"
configuredClient=""
configuredPython=""

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

currentVersion="1.22.0"
currentVersion="1.22.1"
configuredClient=""
configuredPython=""
source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable
Expand Down
2 changes: 1 addition & 1 deletion todo/todo
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
flag=""
currentVersion="1.22.0"
currentVersion="1.22.1"
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
Expand Up @@ -3,7 +3,7 @@
configuredDownloadClient=""
configuredUploadClient=""
configuredClient=""
currentVersion="1.22.0"
currentVersion="1.22.1"
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
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein

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

player=""
configuredClient=""
currentVersion="1.22.0"
currentVersion="1.22.1"
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 bb21030

Please sign in to comment.