Skip to content

Commit 23b0d96

Browse files
committed
docs: set new release 0.13.0
1 parent 881a7ce commit 23b0d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bashunit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# shellcheck disable=SC2034
4-
declare -r BASHUNIT_VERSION="0.12.0"
4+
declare -r BASHUNIT_VERSION="0.13.0"
55

66
readonly BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
77
export BASHUNIT_ROOT_DIR

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bashunit-docs",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Docs for bashunit a simple testing library for bash scripts",
55
"main": "index.js",
66
"repository": "[email protected]:TypedDevs/bashunit.git",

0 commit comments

Comments
 (0)