diff --git a/install.sh b/install.sh index cd4742a..5e41e36 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ function scr_install local destination_path="/tmp" local bin_path="/usr/local/bin" - local stitchocker_stable_release="0.0.12" + local stitchocker_stable_release="0.0.13" local stitchoker_uri="https://raw.githubusercontent.com/alexaandrov/stitchocker/$stitchocker_stable_release/stitchocker.sh" local stitchocker_name="stitchocker" local stitchocker_tmp_path="$destination_path/$stitchocker_name.sh"