diff --git a/README.md b/README.md index 11217e5..f167160 100644 --- a/README.md +++ b/README.md @@ -414,4 +414,4 @@ Simple enough, right? [screenshot 1]: https://raw.githubusercontent.com/styczynski/bash-universal-tester/master/static/screenshots/screenshot1.png -[link download latest]: https://github.com/styczynski/bash-universal-tester/archive/1.9.3.zip +[link download latest]: https://github.com/styczynski/bash-universal-tester/archive/1.9.4.zip diff --git a/package.json b/package.json index 3e6582e..a631203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bash-universal-tester", - "version": "1.9.3", + "version": "1.9.4", "description": "Universal testing script for bash", "keywords": "bash, testing, tester, utest, bash-test, testing, script", "homepage": "https://github.com/styczynski/bash-universal-tester", diff --git a/utest.sh b/utest.sh index 7cbcd4e..d8aaf15 100755 --- a/utest.sh +++ b/utest.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="1.9.3" +VERSION="1.9.4" IFS=$'\n' # Dependencies