From 6e88f9112db0329e6dfccf9dfc22636c735e3230 Mon Sep 17 00:00:00 2001 From: styczynski Date: Sat, 4 Nov 2017 00:02:06 +0100 Subject: [PATCH] Prepare 1.9.4v --- README.md | 2 +- package.json | 2 +- utest.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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