Skip to content

Commit 6e88f91

Browse files
committed
Prepare 1.9.4v
1 parent 261aa01 commit 6e88f91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,4 +414,4 @@ Simple enough, right?
414414

415415
[screenshot 1]: https://raw.githubusercontent.com/styczynski/bash-universal-tester/master/static/screenshots/screenshot1.png
416416

417-
[link download latest]: https://github.com/styczynski/bash-universal-tester/archive/1.9.3.zip
417+
[link download latest]: https://github.com/styczynski/bash-universal-tester/archive/1.9.4.zip

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bash-universal-tester",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "Universal testing script for bash",
55
"keywords": "bash, testing, tester, utest, bash-test, testing, script",
66
"homepage": "https://github.com/styczynski/bash-universal-tester",

utest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION="1.9.3"
3+
VERSION="1.9.4"
44
IFS=$'\n'
55

66
# Dependencies

0 commit comments

Comments
 (0)